Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 539 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 539 Bytes

Simply Awesome Weather App

Simply gets the current weather and next 3 day forecast of a list of French cities. This project was a take-home assignment as part of the hiring process.

Tech

  • React framework
  • TypeScript for better scalability
  • Styled Components for styling
  • Mobx for state management
  • Axios for HTTP calls
  • OpenWeather API for weather data

Steps

  • Clone the repo
  • Run command 'npm i' to install node modules
  • Run command 'npm run dev' to start the dev server
  • Run command 'npm run build' to build the project