Skip to content

binay-tripathy/Wetter-WeatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

17 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌀️ WETTER - Weather Application Project

This repository contains two versions of the Wetter weather application:

πŸ“ Project Structure

Wetter-WeatherApp/
β”œβ”€β”€ wetter/          # πŸš€ Current React + Vite version (MAIN PROJECT)
β”‚   β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ public/
β”‚   β”œβ”€β”€ package.json
β”‚   └── README.md    # Main project documentation
└── archive/         # πŸ“š Legacy vanilla JavaScript version
    β”œβ”€β”€ index.html
    β”œβ”€β”€ script.js
    └── style.css

🎯 Active Project

wetter/ - Modern React-based weather application

πŸ“š Archive

archive/ - Original vanilla JavaScript implementation

  • Pure HTML, CSS, JavaScript
  • First version of the weather app
  • Kept for reference and version history

πŸš€ Quick Start

For detailed setup instructions, see wetter/README.md.

πŸ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.