/weather-app

Primary LanguageJavaScript

A weather app done with React. Allows the user to search for the weather in their cities and save them to favorites.

Utilises Metaweather API for weather data. Tailwind React was also used in this project.

Install Clone this repo git clone https://github.com/yatania/weather-app.git cd weather-app Install node packages npm install Serve it locally: npm start Go to http://localhost:3000