https://github.com/raghabendra-dash/weather-app-react
A Weather Forecast App. Fetching Real time Weather Update
https://github.com/raghabendra-dash/weather-app-react
reactdom reacthooks reactjs
Last synced: about 2 months ago
JSON representation
A Weather Forecast App. Fetching Real time Weather Update
- Host: GitHub
- URL: https://github.com/raghabendra-dash/weather-app-react
- Owner: raghabendra-dash
- Created: 2024-04-21T16:35:20.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-30T14:59:22.000Z (about 1 year ago)
- Last Synced: 2025-02-15T03:42:25.023Z (4 months ago)
- Topics: reactdom, reacthooks, reactjs
- Language: JavaScript
- Homepage: https://weather-ui-react.onrender.com/
- Size: 7.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather Forecast Clone
Presenting a next-generation weather forecast web app powered by React and Vite, poised to dominate the market as the premier choice for naval officers and pilots. This advanced tool redefines the landscape of weather forecasting, empowering users with real-time insights crucial for navigation and aviation.
## Features
- Display weather forecast data.
- Interactive user interface.
- Responsive design.
> Go Live: [CLICK](https://weather-ui-react.onrender.com/)
## Getting Started
### Tech Stack
- React Js
- Redux
- React DOM
- Axios### Installation
1. Clone the repository:
```bash
git clone https://github.com/your-username/weather-forecast.git2. Navigate to the project directory:
cd weather-forecast
3. Install dependencies:
npm run dev
4. Development:
npm run dev
5. Open http://localhost:3000 in your browser to view the app.## React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh