This project is a Udemy Clone built using Next.js with the Page Router and styled with Tailwind CSS.
The Udemy Clone is a web application that replicates key features of the Udemy platform, allowing users to browse, search, and enroll in online courses.
- Next.js (Page Router): Used for server-side rendering, routing, and building the overall structure of the application.
- Tailwind CSS: A utility-first CSS framework used for designing responsive and modern UI components.
- Course Browsing: Users can explore various courses available on the platform.
- Search Functionality: An integrated search feature allows users to find courses by name, category, or instructor.
- Responsive Design: The application is fully responsive, ensuring a seamless experience across all devices.
To get started with the project, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/udemy-clone.git cd udemy-clone