WeatherTS was developed as a challenge to add create a better application using React + Typescript a prior weather app project previously developed using vanilla JavaScript. Henceforth, it shall be named WeatherTS.
Use the package manager npm to install WeatherTS.
git clone git@github.com:giovanniPepi/WeatherTS.git
cd WeatherTS/
npm i
Optionally it may need to be installed using --legacy-peer-deps flags instead of a normal npm installation:
npm i --legacy-peer-deps
npm run start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.