TypeScript React próbafeladat
Install:
- Pull files
npm install
to download dependenciesnpx webpack
to build code- Set you api key in file
src/api_key.json
from https://openweathermap.org - Serve or open index.html
<App>
<Loadingbar />
<WeatherCard>
<ForecastRow />
</WeatherCard>
<WeatherCardCreate />
</App>