This is an e-learning website design template with clean and modern ui. This website is written in next js and it can be easily customised.
Preview the website on https://learn-engine.vercel.app/
- Mobile Responsive
- Customizable
- Dynamic Pagination, Breadcrumbs and more.
- Support all the browsers
- Good Performance
- Home Page
- Login/Signup Page
- All Courses Page
- Particular Course Page
- Categories Page
- Instructors Page
- Becoming a Instructor Page and more.
To run the website on your local machine.
Clone the repo in your local machine
git clone https://github.com/blaze-centurion/E-learning-website-template.git
cd E-learning-website-templateThen install all the dependencies.
npm installNow you can run the website in your local machine
npm run dev
or
yarn dev