A web application to track the status of bathrooms (working/needs repair).
- View bathroom status
- Update bathroom status
- Real-time updates
- User-friendly interface
- Frontend: React
- Backend: Node.js with Express
- Database: JSON file (for simplicity)
- Clone the repository
- Install dependencies:
# Install frontend dependencies cd interface npm install # Install backend dependencies cd ../server npm install
- Start the development servers:
# Start backend server cd server npm start # Start frontend server cd ../interface npm start
Open http://localhost:3000 in your browser to view the application.