- Register/login/Profile update feature.
- Create/Evaluate/Check Submission Status/Download Assignments - Teacher
- Submit Assignment Solutions in PDF and check Grades Assigned - Student
1. git clone https://github.com/shashankch/OnlineClassroom.git.
2. cd OnlineClassroom - npm install.
3.1. git clone https://github.com/shashankch/OnlineClassroom-backend.git.
4. cd OnlineClassroom-backend - npm install.
5. npm start on both front end and backend application.
Your backend application should now be running on localhost:8000 and FrontEnd React application on localhost:3000.
- add more features for students and teachers.
- improve UI/UX.
- All contributions are welcome!