A comprehensive full-stack web application for managing employee records with CRUD operations, built as part of the Prodigy InfoTech internship program.
- User Authentication: Secure login and registration system
- Employee Management: Complete CRUD operations (Create, Read, Update, Delete)
- Professional Dashboard: Statistics and recent activity overview
- Responsive Design: Works seamlessly on desktop and mobile devices
- Data Validation: Proper form validation and error handling
- Modern UI/UX: Professional styling with gradients and animations
- Backend: Python, Flask, SQLAlchemy
- Frontend: HTML5, CSS3, JavaScript
- Database: SQLite
- Authentication: Flask-Login, Werkzeug Security
- Styling: Custom CSS with modern design principles
- Python 3.7 or higher
- pip (Python package installer)
- Clone the repository:
git clone https://github.com/yourusername/PRODIGY_FS_02.git cd PRODIGY_FS_02