Get the weather by city name and geolocation.
The main goal of this project was to practice React development with Tailwindcss and Rest API integration.
- Built with Ceate React App
- Styled with Tailwindcss
- Weather API from OpenWeather
- Web Geolocation API
Cloning and installing dependencies
git clone git@github.com:ninaokumura/weather-app.git
cd weather-app
npm install
code .
Running the app
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
MIT