Weather App
Weather forecast for Turkey’s cities.
This web app built with using Vite + React.
You can preview here
Project Details
- React
- Day.js for parsing dates
- Context API for state management
- Axios for making API calls
Install dependencies
yarn install
Run React dev server
yarn dev
To build for production
yarn build