This App was built in React consuming an API and using the { useState } Hook. It gets the current date and weather of the location the user searched. It also has its background changed according to the temperature. If it's less than 16°C, a cold weather day background image is showed, and if it's more than that, a warm weather day.
- Clone the App
- Open the App directory.
- Run the command: npm install
- After that, run the command: npm start