A simple and stylish web app that helps remote workers find cafés with WiFi and power outlets for a comfortable working environment.
Built as part of a web development assignment.
CafeConnect lists cafés suitable for remote work, showing key details such as:
- Name of the café
- Location
- WiFi strength
- Power availability
- Cafe link
Users can browse, search, and discover new spots to work, study, or relax.
- 🔍 Search cafés by name or location
- 💡 Display WiFi and power ratings
- 🗺️ View map integration
- Frontend: HTML5, CSS3
- Backend: Flask (Python)
- Database: SQLite
- Version Control: Git + GitHub
cafeconnect/
│
├── static/
│ ├── css/
│ ├── js/ (No js file)
│ └── images/
│
├── templates/
│ └── index.html
│
├── main.py
├── cafe.db
├── requirements.txt
└── README.md
- Clone the repository
git clone https://github.com/<your-username>/cafeconnect.git cd cafeconnect
python -m venv venv source venv/bin/activate # (Linux/Mac) venv\Scripts\activate # (Windows) pip install -r requirements.txt
👨💻 Created as a practice project to learn Python and GitHub. Built with by Daniel