The world's weather information daily, forecast, and next days.
- Get the weather by city.
- Information the weather after current day.
- Information the weather during the day.
I learned and practice more about CSS, React.js, and React Hooks.
Clone the project
git clone https://github.com/alxmcr/weather-app
Go to the project directory
cd weather-app
Install dependencies
npm install
Start the server
npm run start
To run this project, you will need to add the following environment variables to your .env file
REACT_APP_API_KEY_WEATHER
You should put as value the API KEY that you got from Weather's API.
HTML, CSS, JavaScript, React.js
- Home page
- Forecast page
https://the-current-weather-app.netlify.app/
If you have any feedback, please reach out to us at amcocarojas@gmail.com.