Skip to content

☕︎ Find cafés with Wi-Fi and power for remote work — Flask + SQLite, responsive UI.

Notifications You must be signed in to change notification settings

Daniel-7733/CafeConnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

☕ 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

About

☕︎ Find cafés with Wi-Fi and power for remote work — Flask + SQLite, responsive UI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published