This is a simple React application for Aditya Degree College's Mentor Digital System. It allows mentors to log in and manage student data, and parents to view their children's progress.
- Mentor login
- Student database management
- Parent portal for viewing student data
- Digital signature upload
- React
- TypeScript
- Vite
- Tailwind CSS
To get a local copy up and running, follow these simple steps.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/your_username_/Project-Name.git
- Install NPM packages
npm install
- Run the development server
npm run dev
The mock backend uses the browser's localStorage to persist student data. If you find that the data is out of sync or not showing the latest changes from the source code, you may need to clear the localStorage for this site.
How to clear localStorage in Google Chrome:
- Open the Developer Tools by pressing
F12orCtrl+Shift+I. - Go to the
Applicationtab. - In the
Storagesection on the left, expandLocal Storage. - Right-click on the site's domain and select
Clear. - Refresh the page.