Skip to content

Weather website made in ReactJS with Typescript & MUI using OpenWeatherMap API

License

Notifications You must be signed in to change notification settings

AntonioToni/weatherApp

Repository files navigation

weatherApp

Website made in ReactJS with Typescript & Material UI for displaying current weather & weather forecast

Getting started

Prerequisite: Node Package Manager (npm) download can be found here.

  1. Clone this repository git clone https://github.com/AntonioToni/weatherApp

  2. Create an account at OpenWeatherMap (this step is needed to get your API key)

  3. Find your API key, click on your username > My API keys

  4. Put your API key in env.example.json and rename it to env.json

  5. npm install to install all required dependencies.

  6. npm run dev to start the application. As you make changes the website will be automatically reloaded.

Building and deploying

npm run build
npm run preview

Screenshots:

image image