Skip to content

Teamz-Lab-LTD/clean-now

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CleanNow

Online deep cleaning service management platform. UITS CSE 416 academic project — modernized.

Repo layout

.
├── cleannow-app/              # production app (React + TS + Firebase + Clean Arch)
├── legacy/
│   ├── php-prototype/         # original PHP/MySQL stack (matches SRS)
│   └── static-html-prototype/ # earlier vanilla HTML snapshot
└── docs/
    └── SRS Document.pdf       # academic SRS

Active app

See cleannow-app/README.md for setup, architecture, and deploy steps.

Stack:

  • React 18 + TypeScript + Vite
  • Tailwind CSS 4 + Radix UI + shadcn theme
  • Firebase Auth + Firestore (swap-ready via clean architecture)
  • React Router 7

Why two folders

  • cleannow-app/ is the canonical, deploy-ready app.
  • legacy/ is preserved as historical reference + matches the SRS tech stack on file. Not maintained.

Quickstart

cd cleannow-app
cp .env.example .env.local      # fill with Firebase keys
npm install
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors