Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A Weather Checker app with full-fledged UI using react.

zzzastro/WeatherApp

Repository files navigation

WeatherApp

To run this WeatherApp project, you'll need to start both the Django backend and React frontend separately.

⚙️ Backend (Django)

1. Activate the virtual environment:

.\venv\Scripts\activate

2. Start the Django development server:

python manage.py runserver

This will start the backend at:

http://localhost:8000

🌐 Frontend (React)

1. Navigate to the frontend directory:

cd frontend

2. Install dependencies (if not already done):

npm install

3. Start the React development server:

npm start

This will start the frontend at:

http://localhost:3000

✅ Finally, You can use the UI from the frontend at http://localhost:3000 to check the weather.


About

A Weather Checker app with full-fledged UI using react.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published