Skip to content
/ weather Public

🌧️ A Weather App made by consuming the OpenWeather API.

Notifications You must be signed in to change notification settings

lzizn/weather

Repository files navigation

Weather 🌧️

Table of contents 📑

General info ℹ️

Weather was developed as a technical assessment for a Software Engineer job application at PremierSoft, which I worked from June 2021 to February 2022.

Preview 🎥

Preview

Technologies 🚀

Project is created with:

  • ReactJS (v18)
  • NextJS
  • Typescript
  • Styled-Components
  • OpenWeatherMap API for weather data
  • Google Geocoding API for coordinates data

Setup 💻

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