This site provides a way to help Students
to get easy access to their classrooms. Additionally they also get suggestions for projects
and books
too.
Many times we are in a dilemma after searching for books, projects and a lot of study stuff from Google hence we have tried to make an online webapp which work as a classroom, centralizing the specific collection referred by the instructor.
The Backend Files can be found at ClassRoom Backend
HOME PAGE
PROJECTS
BOOKS
Instructor
-
Create Classroom
-
Projects suggestions
-
Books Suggestions
-
Create Assignments
Student
-
Easy access to courses
-
Find Projects
-
Find Reference Books
-
Do Assignments
- open Terminal and clone the repo
git clone https://github.com/parulsurana/Classroom.git
- cd over
cd Classroom
- Install packages and dependencies
npm install
- Run the app
npm start
🌟 You are all set!
-
And you will be redirected to the HomePage of Classroom.
-
Now you can register yourself as the Instructor/Student.
-
Being an Instructor, you can add multiple classes, projects, assignments and give book suggestions/reference to the student.
-
And being a Student, Enjoy Classes :)
SEJAL GOYAL
https://github.com/sejal8745PARUL SURANA
https://github.com/parulsurana
Please contribute using GitHub Flow. Create a branch, add commits, and open a pull request.