This is a weather app created with React, NextJS, StyledComponents, and Aerisweather API. This is one of the challenges from https://devchallenges.io/
This Web App allows you to obtain weather information based on your location or a search performed. By default, it shows the weather of a specific place, the request for your location will be made when you decide.
Demo: WeatherApp
First, clone this repository:
git clone https://github.com/OzkrMonroy/weather-app-challenge.git
Then, enter the folder and install the dependencies:
npm install
Finally, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
You can find the challenge here