This is a Weather Data Visualization App built using React.js and Styled Components. It provides graphical and list-based representations of weather data for a selected location and date range.
- Select a location from a predefined list.
- Choose a date range to fetch weather data.
- Toggle between Graph View and List View.
- Displays hourly or daily weather data based on date selection.
- React.js
- Styled Components
- Material UI (MUI)
Follow these steps to set up and run the project locally:
git clone https://github.com/your-username/climate-chronicles.git
cd climate-chronicles
npm install
npm run dev
Once the server starts, open your browser and go to:
http://localhost:5173
- This app uses Vite as a development server.