In this teacher end we have created the web application which can be used by the teachers. This applications contains these features-
- Teacher can login to his/her app by google or can either create account by giving email and password.
- Teacher can create the classes by providing the class name and the description of the class.
- Teacher can Schedule the classes for students.
- Teacher can assign tests and assignments to the students of their classes.
- Teacher can further give marks to the students by downloading and analyzing their submissions.
- Teacher can easily view the time table for various classes along with their timings.
For setting up the development environment, follow the steps given below.
-
For making changes to the project, fork this repository.
-
Clone your fork or this repository, as applicable.
git clone https://github.com/username/lmsTeacherEnd.git OR git clone https://github.com/amanscisingh/lmsTeacherEnd.git
- cd lmsTeacherEnd
-
Install the required packages using npm. If npm isn't installed, refer here. npm install
-
Run the development server. npm run dev Open http://localhost:4500 with your browser to see the result.
You can start editing the page by modifying the project as required. The page auto-updates as you edit the file.