This is a weather application that connects to a third-party API to display a 5 day weather summary for a town or city of your choice across the UK!
This project is currently being reviewed and improved. I want to add in error handling and update the styling further into this project, as well as look into deploying it for easier view of the application
This project has been built using:
- React (Props and State, React hooks, React testing Library)
- JSX
- JS
- Axios
In your terminal:
git clone https://github.com/CodeLHC/weather-app
cd your/path/to/weather-app
npm install
To view the project:
npm start
To run through the tests:
npm test
Laura Crawford - https://github.com/CodeLHC With thanks to Command Shift for the education and inspo provided to work this project.