Website made in ReactJS with Typescript & Material UI for displaying current weather & weather forecast
Prerequisite: Node Package Manager (npm) download can be found here.
-
Clone this repository
git clone https://github.com/AntonioToni/weatherApp -
Create an account at OpenWeatherMap (this step is needed to get your API key)
-
Find your API key, click on your username > My API keys
-
Put your API key in
env.example.jsonand rename it toenv.json -
npm installto install all required dependencies. -
npm run devto start the application. As you make changes the website will be automatically reloaded.
npm run build
npm run preview
