https://github.com/lytexdev/ask-her-valentine
🌹 Ask-her-Valentine: Ask your girlfriend to be your Valentine!🌹
https://github.com/lytexdev/ask-her-valentine
ask-your-crush valentine valentine-day
Last synced: 8 months ago
JSON representation
🌹 Ask-her-Valentine: Ask your girlfriend to be your Valentine!🌹
- Host: GitHub
- URL: https://github.com/lytexdev/ask-her-valentine
- Owner: lytexdev
- License: mit
- Created: 2025-02-07T15:25:52.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-07T15:34:09.000Z (9 months ago)
- Last Synced: 2025-02-07T16:32:25.553Z (9 months ago)
- Topics: ask-your-crush, valentine, valentine-day
- Language: CSS
- Homepage: https://lytexdev.github.io/ask-her-valentine/
- Size: 1.32 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ask her Valentines Day 🌹
## Overview
A interactive website to ask your girlfriend, boyfriend, or anyone else to be your Valentine!## Features
- **Running "No" Button** - smoothly moves away from the cursor (doens't work on touch devices)
- **Funny Text Changes** - eight different reactions when "No" is clicked
- **Animated Transitions** - smooth fade-ins, bounces, and pop effects
- **Sweet Valentine Design** - soft colors, cute fonts, and lovely animations## Preview
https://lytexdev.github.io/ask-her-valentine/## Installation
### Prerequisites
- docker-compose (only for the Docker version)**Clone the repository**
```bash
git clone https://github.com/lytexdev/ask-her-valentine.git
cd ask-her-valentine
```### Running with Docker
```bash
# with docker-compose-v2
docker compose up -d# with docker-compose-v1
docker-compose up -d
```
By default, it runs on port 80.### Running without Docker
If you don't want to use Docker, you can switch to the `setup-without-docker` branch.
It contains a simple version with just the HTML, CSS, and JavaScript files.```bash
git checkout setup-without-docker
```## License
This project is licensed under MIT. See the [LICENSE](LICENSE) file for details.