Skip to content

jpothen8/Bathroom-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bathroom Status Tracker

A web application to track the status of bathrooms (working/needs repair).

Features

  • View bathroom status
  • Update bathroom status
  • Real-time updates
  • User-friendly interface

Tech Stack

  • Frontend: React
  • Backend: Node.js with Express
  • Database: JSON file (for simplicity)

Installation

  1. Clone the repository
  2. Install dependencies:
    # Install frontend dependencies
    cd interface
    npm install
    
    # Install backend dependencies
    cd ../server
    npm install
  3. Start the development servers:
    # Start backend server
    cd server
    npm start
    
    # Start frontend server
    cd ../interface
    npm start

Usage

Open http://localhost:3000 in your browser to view the application.

About

Project used to report and manage bathroom issues across Montgomery Blair HS.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors