项目作者: laianbraum

项目描述 :
🌧️ A WeatherApp made by consuming the OpenWeather API.
高级语言: TypeScript
项目地址: git://github.com/laianbraum/WebWeatherChallenge.git
创建时间: 2021-05-29T17:26:38Z
项目社区:https://github.com/laianbraum/WebWeatherChallenge

开源协议:

下载


Weather 🌧️

Table of contents :bookmark_tabs:

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:

  1. $ git clone https://github.com/lzizn/weather.git
  2. $ cd weather
  3. $ pnpm i
  4. $ pnpm run start