first commit

This commit is contained in:
Ronnie 2025-05-26 20:56:45 -04:00
commit 20b837bf29
4 changed files with 580 additions and 0 deletions

37
README.md Normal file
View file

@ -0,0 +1,37 @@
# What's My Vibe?
A fun, interactive web application that tells you your current vibe. Click the button to get a random vibe reading!
## Features
- Beautiful animated gradient background
- Interactive floating particles
- Random vibe generator
- Modern, clean UI
- Fully responsive design
## How to Use
1. Open `index.html` in your web browser
2. Click the "Read My Vibe" button
3. Get your vibe reading!
## Technologies Used
- HTML5
- CSS3
- JavaScript
- Particles.js for the interactive background
## Local Development
Simply clone the repository and open `index.html` in your browser. No build process or dependencies required!
```bash
git clone https://github.com/yourusername/whats-my-vibe.git
cd whats-my-vibe
```
## License
MIT License - feel free to use this project for whatever you want!