This starter pack includes a basic setup for setting up. To start building your own components and styles, follow these steps:
-
Clone the repository to your local machine.
git clone https://github.com/kuldeepsaini23/StudyNotion.git
-
Install the required packages.
cd studyNotion npm install
-
Start the development server.
npm run dev
-
Open the project in your browser at
http://localhost:3000
to view your project.
The project is set up to use postcss-cli
to process your CSS files. You can add your own tailwind.config.js
file to customize your Tailwind setup.
Contributions are welcome! If you have any suggestions or find any issues, please feel free to open an issue or a pull request.
It is an Edtech Platform in which the MERN stack is used with beautiful UI/UX made with TailwindCss
- User can sign in as an Instructor or student
- Instructors can make their courses and add pricing according to them.
- Instructors can see their dashboard to view their stats
- Students can search courses according to categories, Instructors and names.
- Students can view instructor profiles and reach out to them.
- Students can view videos on the Studynotion platform.
- Students can see their progress and also can manage courses.
- An admin panel is also provided for admins.