An open API service indexing awesome lists of open source software.

https://github.com/jxianc/weather-app

a simple weather app for you to check current weather information and forecast using open weather API, typescript, next.js, react, react-leaflet, chakra-ui
https://github.com/jxianc/weather-app

chakra-ui leaflet nextjs openweather-api react react-leaflet typescript

Last synced: 2 months ago
JSON representation

a simple weather app for you to check current weather information and forecast using open weather API, typescript, next.js, react, react-leaflet, chakra-ui

Awesome Lists containing this project

README

          

# weather-app

a simple weather app for you to check current weather information and forecast

project link: https://weather-app-jingxian.vercel.app/

![screenshot](https://i.ibb.co/TLJN6Yq/Screenshot-2021-08-12-at-2-07-53-PM.png)

## Third party API
Open Weather (https://openweathermap.org/api)

## Technologies I used to build this app
1. TypeScript - programming language (https://www.typescriptlang.org/docs/)
2. React - frontend (https://reactjs.org/docs/getting-started.html)
3. Next.js - frontend (https://nextjs.org/docs/getting-started)
4. React-leaflet - map (https://react-leaflet.js.org/docs/start-introduction/)
5. Chakra UI - styling (https://chakra-ui.com/docs/getting-started)
6. Vercel - deployment (https://vercel.com/)