The tLaundry project was started by Tembusians, for Tembusians.
The project aims to conceptualise and modularise a detection system for the running state of all washing machines and dryers in Tembusu College. The information collected through the detection system can then be passed to users through a Telegram bot or a mobile website.
This project is the mobile website component of the tLaundry project. It gets the data collected by the detection system and displays the results to users in a user-friendly mobile website.
This project was bootstrapped with Create React App.
The web application currently only supports the machines on Tembusu College Level 9. Once the functionality of the system has been verified, we plan to extend the application to cover the machines on Tembusu College Level 17 as well.
In order to run the website locally, or make edits to the codebase:
- Clone this repository to your local drive.
- Install npm.
npm start
will run the app. Open http://localhost:3000 or http://localhost:8080, depending on your system, in order to view it in your browser.
This project is currently being worked on under the Tembusu Student Developer Club (SDC).
To learn React, check out the React documentation.