Weather-App is an open-source project designed primarily for learning and assimilation of learned techniques.
During development process app will be using mocked weather data.
This application is using OpenWeatherMapAPI to gather both geographical coordinates of user defined city and weather for next 7 days.
- React
- TypeScript
- SCSS
- MirageJS
- Travis CI
- Install latest LTS npm (recommended via nvm)
- Clone repository
- Perform
npm -i
to install all required dependencies - Run project locally using
npm start