Have you ever been poorly dressed for the weather? Never again, with the Cozy App! This app takes in either the user’s location data or a city entered by the user to retrieve the corresponding weather data. Based on this weather data and the user’s customizable temperature/outfit preferences, this app makes suggestions to the user regarding what outfit they should wear for the current weather!
This repository contains the frontend for this app.
Ensure that you've already set up the backend and that it is running.
Then, run
npm install
to install dependencies, and
npm run start
to start the development server.
To run tests, simply execute
npm run test
Our JavaScript code follows the AirBnB style guide. See our .eslintrc
for more details.
- Use Case Diagram/UML Class Diagram
- Figma UI Prototype (last updated February 12)
- Backend