A front-end clone of the Coding Ninjas website built using React, Vite, and Tailwind CSS for learning and practice purposes.
- Live Demo: https://coding-ninja-clone-rose.vercel.app/
- Home page with hero section and navigation.
- Courses page with course cards and “Enroll” buttons.
- Responsive navbar and footer.
- Routing between pages (Home, Courses, Contact, etc.).
- Fully responsive UI using Tailwind CSS.
- React
- Vite
- Tailwind CSS
- React Router
- JavaScript / JSX
- Node.js (LTS)
- npm or yarn
- git clone https://github.com/Atharvverma1234/coding_ninja_clone.git
- cd coding-ninjas-clone
- npm install
npm run dev
Open the URL shown in the terminal (usually http://localhost:5173).
- Use the navbar to navigate between Home, Courses, and Contact.
- Browse courses on the Courses page.
- Click “Enroll” to trigger sample actions (e.g., alert, modal, or navigation), depending on your implementation.
This project is a non-commercial educational clone of the Coding Ninjas website.
All trademarks, logos, and original assets belong to their respective owners.