This project requires a Thingy which can be placed in a vehicle, on a bike or wheelchair. The Thingy will then send information from the sensors like Temperature, Humidity, Air pressure to be displayed in the app.
The Thingy senses any Flips that happen and this is considered a fall. For users safety, if a button on the device is not pressed in less than 30s, an Emergency call will be made, to send help.
git clone https://github.com/ASE2024-Yellow/thingy-client-Yellow.git
cd thingy-client-Yellow/
npm install
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
If the API is ran first on http://localhost:3000, you will be asked if you want it opened in another address, press Y for yes
Open http://localhost:3001 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
git clone https://github.com/ASE2024-Yellow/thingy-client-Yellow.git
cd thingy-client-Yellow/
docker build -t front-end .
docker run -p 3001:3001 --name front-end front-end
Once the container is running, open your browser and go to http://localhost:3001 to view the app.