Skip to content

Latest commit

 

History

History
76 lines (53 loc) · 1.42 KB

File metadata and controls

76 lines (53 loc) · 1.42 KB

☕ CafeConnect

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.


🌐 Project Overview

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.


🧩 Features

  • 🔍 Search cafés by name or location
  • 💡 Display WiFi and power ratings
  • 🗺️ View map integration

🛠️ Tech Stack

  • Frontend: HTML5, CSS3
  • Backend: Flask (Python)
  • Database: SQLite
  • Version Control: Git + GitHub

🗂️ Project Structure

cafeconnect/
│
├── static/
│ ├── css/
│ ├── js/ (No js file)
│ └── images/
│
├── templates/
│ └── index.html
│
├── main.py
├── cafe.db
├── requirements.txt
└── README.md

⚙️ Installation & Setup

  1. 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