This is a simple weather forecast application built with React and Vite. The app allows users to view the weather forecast for the next 3 or 4 days and choose between Celsius and Fahrenheit for temperature display. Users can also search for the weather in different cities around the world.
- Mainly displays today's weather data
- Display weather forecast for the next 3 or 4 days
- Toggle between Celsius and Fahrenheit
- Search weather for different cities around the world
- Dark theme support
- Responsive design
- Clone the repository
- Install node modules using the
npm install
command - Open the
run_react_app.bat
file to start the app - In case
step 3
didn't work, you can run the app using thenpm run dev
command - Finally, the application will be served at a specified URL