The following WebApp is buit using React.
- Admin can set following days classes to be added into the attendance form.
- Students can mark their attendance from the form given at '/SubmitForm'.
- Once you've marked your attendance for that day, you won't be able to do that again for the same day.
- In order to submit the attendance user have to put the Enrollment number in the correct format.
- Database is set up using Firebase's Realtime Database.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.