Weather 🌧️
Weather was developed as a technical assessment for a Software Engineer job application at PremierSoft, which I worked from June 2021 to February 2022.
Project is created with:
- ReactJS (v18)
- NextJS
- Typescript
- Styled-Components
- OpenWeatherMap API for weather data
- Google Geocoding API for coordinates data
To run this project, clone then install it locally using pnpm:
$ git clone https://github.com/lzizn/weather.git
$ cd weather
$ pnpm i
$ pnpm run start