Welcome to my repository! π
This repo holds two powerful Python projects built with Flask, SQLite, and a dash of JavaScript for interactive dashboards π.
Depending on the branch, youβll find a different app waiting for you:
π Project: Employee Management System
Manage employees with ease! Add, edit, delete, and view employee records in a clean web interface powered by Flask + SQLite.
The dashboard is enhanced with JavaScript for interactive data views.
β¨ Features:
- CRUD operations (Create, Read, Update, Delete)
- Organized employee records
- Dashboard with dynamic charts & tables (JavaScript-powered)
- Lightweight Flask backend
- Persistent storage with SQLite
π Project: Contact Book
Keep track of your personal or professional contacts effortlessly. Manage names, numbers, and more all in one place.
β¨ Features:
- Store contact details (name, number, email, etc.)
- Update or delete contacts anytime
- Simple but effective Flask web app
- SQLite database for persistent storage
- Python π (Flask backend)
- SQLite ποΈ (database)
- JavaScript β‘ (dashboard interactivity)
- HTML/CSS π¨ (frontend)
Clone the repo:
git clone https://github.com/Louie0517/flask-contact-book.git Switch to the branch you want:
# For Employee Management (default branch)
git checkout main
# For Contact Book
git checkout contact-bookRun the app:
python app.py