Skip to content

daimbk/skystate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SkyState

A React + Vite and Django Weather App

Features

  1. Current Day Weather Data

    • Temperature
    • "Feels Like" Temperature
    • Humidity
    • Description (Air, Cloud condition etc.)
  2. 5-Day Weather Data

    • Temperature
    • Humidity
    • Description

Setup Instructions

  1. Clone the repository:

    git clone https://github.com/daimbk/skystate.git
    cd skystate
  2. Django (Backend)

    Create Virtual Environment

    cd backend
    python -m venv venv
    source venv/bin/activate

    Install Packages

    pip install -r requirements.txt

    Migrate Database & Run Server

    python manage.py migrate
    python manage.py runserver
  3. React + Vite (Frontend)

    cd frontend
    npm install
    npm run dev

About

ReactJS/Django based weather app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published