In this student end we have created the web application which can be used by the students. This applications contains these features-
- Students can login to his/her app by google or can either create account by giving email and password.
- Students can join the classes by providing the class code.
- Students can view as well as submit all the tests or assignments inside the particular joined class.
- Students can view the schedule/time table for their classes.
- Students can join the class link to attend the class.
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/lmsStudentEnd.git OR git clone https://github.com/amanscisingh/lmsStudentEnd.git
- cd lmsStudentEnd
-
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:9000 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.