first commit
This commit is contained in:
commit
20b837bf29
4 changed files with 580 additions and 0 deletions
37
README.md
Normal file
37
README.md
Normal 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!
|
Loading…
Add table
Add a link
Reference in a new issue