This repository contains two versions of the Wetter weather application:
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
wetter/ - Modern React-based weather application
- Built with React + Vite
- Responsive design
- Modern UI/UX
- Deployed on Render
- View Documentation β
archive/ - Original vanilla JavaScript implementation
- Pure HTML, CSS, JavaScript
- First version of the weather app
- Kept for reference and version history
For detailed setup instructions, see wetter/README.md.
This project is licensed under the MIT License - see the LICENSE file for details.