Secret-App

Nexo — Real-Time Messaging App

A sleek, mobile-first messaging web application built with Flask + vanilla JS.

Project Structure

nexo/
├── app.py              ← Flask backend (API routes, in-memory data)
├── requirements.txt    ← Python dependencies
└── templates/
    └── index.html      ← Full frontend (HTML + CSS + JS)

Setup & Run

Step 1 — Make sure Python is installed

python --version   # should be 3.8+

Step 2 — Install Flask

pip install -r requirements.txt

Step 3 — Run the app

python app.py

Step 4 — Open in browser

Visit: http://127.0.0.1:5000


Demo Login Credentials

Field Value
Mobile 9800000001
Password password123

Or try: 9800000002 / nexo2024


Features