https://github.com/soumya-rayast/weatherwise
https://github.com/soumya-rayast/weatherwise
api assignment javascript localstorage openweathermap-api react react-hooks react-icons redux-toolkit tailwindcss vercel-deployment
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/soumya-rayast/weatherwise
- Owner: soumya-rayast
- Created: 2025-02-01T18:10:24.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-02T04:31:19.000Z (4 months ago)
- Last Synced: 2025-02-09T20:36:47.997Z (3 months ago)
- Topics: api, assignment, javascript, localstorage, openweathermap-api, react, react-hooks, react-icons, redux-toolkit, tailwindcss, vercel-deployment
- Language: JavaScript
- Homepage: https://weather-wise-one-beta.vercel.app
- Size: 169 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Setup
## PrerequisitesEnsure you have the following installed on your machine:
- **Node.js** (version 14.0 or higher)
- **npm** (comes with Node.js)## Getting Started
Follow these steps to set up your React application with Vite:
### 1. Clone the Repository
Clone the repository to your local machine:
```bash
[git clone https://github.com/yourusername/your-repository.git](https://github.com/soumya-rayast/WeatherWise.git)
cd WeatherWise2. Install Dependencies
Run the following command to install the required packages: npm install3. Start the Development Server
To start the development server, use: npm run dev