Empowering developers with structured learning paths and comprehensive resources.
- Modern, responsive UI built with Next.js and Tailwind CSS
- Developer-focused learning resources
- Clean, accessible, and professional design
- Easy navigation and quick links
- Social and legal sections
- Framework: Next.js
- UI: React, Tailwind CSS
- Icons: Lucide React
- UI Primitives: Radix UI, shadcn/ui
- Animation: Framer Motion
- Utilities: clsx, tailwind-merge
| Dependency | Version |
|---|---|
| @radix-ui/react-dialog | ^1.1.14 |
| @radix-ui/react-navigation-menu | ^1.2.13 |
| @radix-ui/react-slot | ^1.2.3 |
| @shadcn/ui | ^0.0.4 |
| @studio-freight/lenis | ^1.0.42 |
| clsx | ^2.1.1 |
| framer-motion | ^12.12.2 |
| lenis | ^1.3.3 |
| lucide-react | ^0.511.0 |
| netlify | ^21.5.0 |
| next | ^15.3.2 |
| radix-ui | ^1.4.2 |
| react | ^19.0.0 |
| react-dom | ^19.0.0 |
| tailwind-merge | ^3.3.0 |
| DevDependency | Version |
|---|---|
| @eslint/eslintrc | ^3 |
| @types/node | ^20 |
| @types/react | ^19 |
| @types/react-dom | ^19 |
| eslint | ^9 |
| eslint-config-next | 15.1.8 |
| postcss | ^8 |
| tailwindcss | ^3.4.1 |
| typescript | ^5 |
Clone the repo and install dependencies:
# Clone the repository
git clone https://github.com/your-username/codewithpratham.git
cd codewithpratham
# Install dependencies
npm install
# or
yarn install
# or
pnpm install
# or
bun installRun the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 to see the app.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page or submit a pull request.
This project is MIT licensed.