A web-based portal to manage employee information, including login functionality, leave requests, and performance tracking.
- Employee login system.
- Dashboard for viewing and managing employee data.
- Leave request submission and approval.
- Performance tracking.
- Python (Flask)
- HTML, CSS (Bootstrap for styling)
- SQLite for database
- Clone the repository.
- Install dependencies:
pip install flask. - Run the app:
python app.py. - Open
http://127.0.0.1:5000in your browser.
(Add screenshots or a link to a live demo here.)