A web-based attendance tracking system for students in schools and colleges. It helps students manage and monitor attendance without any issues.
- This repository contains the frontend code for the project, the backend code can be found here
- Frontend: ReactJS, React-Router, React-Calendar
- Backend: NodeJS, Express, MongoDB Atlas
Create a .env
file in the directory with a variable named VITE_API_URL
, this is where your backend will be hosted, if you are running it locally, it will be set to http://localhost:3000
You can contribute to this project by forking this repository and creating a pull request, any contribution is welcomed!
This repository is of frontend, if you would like to contribute to the backend, Checkout Backend Code