Skip to content

DevelopMeg/ready-for-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ready-for-weather

This is my old project, but shows progress of my skills

This is an application, which let check weather

Link: https://developmeg.github.io/ready-for-weather/


screen home page

screen weather page

screen pollution page

Technologies

  • React (Create React App)
  • React Router
  • React Hooks
  • React Context
  • Styled Components
  • Local Storage

Extra Packages

  • Font Awesome (packages @fortawesome)
  • diacritic
  • nanoid
  • react-confirm-alert

Data (APIs)

  • OpenWeatherMap (One Call API, Air Pollution API) - LINK
  • LocationIQ - LINK

Installation

Clone this repository and install dependencies: npm install

Next run application on your localhost: npm start

To build project : npm run build