This is a simple Weather application to learn ReactJS, simple http request and Material UI. It was also the occasion to try Github Actions and do some CI. Linters, tests and deploy are done automatically.
You can see the app running here.
To run the app:
- Clone the repo
- Install the dependencies :
npm install
- Run the app :
npm start