This weather app was bootstrapped with Create React App.
- User can search for cities and countries upon pressing
Enter
or clickingSubmit
button - User can clear inputs on clicking
Clear
button - User can view the weather if city or country is keyed correctly
- User can track their search history
- User can query again from search history
- User can remove past searches from search history
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/your-user-name/your-project-name
# Install dependencies
$ npm install
# Run the app
$ npm start