Protecting crabs, securing computers
Introduction · Installation · Tech Stack + Features · Authors
CyberCrab is an on-line platform for learning cyber security in a fun and interactive way.
Clone the repository:
git clone https://github.com/ReGeLePuMa/CyberCrabThen, install the dependencies with your package manager of choice:
cd CyberCrab
npm i
yarn
pnpm iOptionally, you can deploy the app to Vercel with one click:
npm install -g vercel
vercel- Next.js – React framework for building performant apps with the best developer experience
- Auth.js – Handle user authentication with ease with providers like Google, Twitter, GitHub, etc.
- Prisma – Typescript-first ORM for Node.js
- Vercel – Easily preview & deploy changes with git
- Vercel Postgres – Serverless Postgres at the Edge
- Tailwind CSS – Utility-first CSS framework for rapid UI development
- Radix – Primitives like modal, popover, etc. to build a stellar user experience
- Framer Motion – Motion library for React to animate components with ease
- Lucide – Beautifully simple, pixel-perfect icons
next/font– Optimize custom fonts and remove external network requests for improved performanceImageResponse– Generate dynamic Open Graph images at the edge
useIntersectionObserver– React hook to observe when an element enters or leaves the viewportuseLocalStorage– Persist data in the browser's local storageuseScroll– React hook to observe scroll position (example)nFormatter– Format numbers with suffixes like1.2kor1.2Mcapitalize– Capitalize the first letter of a stringtruncate– Truncate a string to a specified lengthuse-debounce– Debounce a function call / state update
- TypeScript – Static type checker for end-to-end typesafety
- Prettier – Opinionated code formatter for consistent code style
- ESLint – Pluggable linter for Next.js and TypeScript
- Vercel Analytics – Track unique visitors, pageviews, and more in a privacy-friendly way
- Andrei Petrea - Project Manager & Frontend Developer (@ReGeLePuMa)
- Radu Manea - System Arhitect & Backend Developer (@maxwell97)
- Adelin-Costin Popa - DevOps & Presenter (@AdoX13)
- Claudio Mogodeanu - Frontend Developer & Challenge Creator (@claudiu-mogo)