Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattiadevivo/love-proposal
Are you a tech guy trying to seduce a girl, this is the app for you!
https://github.com/mattiadevivo/love-proposal
Last synced: 5 days ago
JSON representation
Are you a tech guy trying to seduce a girl, this is the app for you!
- Host: GitHub
- URL: https://github.com/mattiadevivo/love-proposal
- Owner: mattiadevivo
- License: mit
- Created: 2024-06-04T19:57:02.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T14:38:18.000Z (5 months ago)
- Last Synced: 2024-06-19T14:55:27.807Z (5 months ago)
- Language: TypeScript
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 💖 Love Proposal App 💖
A heartfelt React application designed to ask a girl if she wants to engage with a man. This app features a charming, love-themed UI with two buttons: "YES" and "NO". Perfect for adding a touch of technology to your romantic proposal! 🌹
## Setup
### Telegram Bot
- Access Telegram
- Search for the verified bot named `BotFather`
- Create a new bot by typing the `/newbot` command and following the instructions
- Retrieve your chat id by using `userinfobot`
- Copy the HTTP API Token### App
- Fill in all the env vars `.env` file
- Install dependencies `pnpm install`
- run it `pnpm dev`
- you can deploy it via CI/CD by using GitHub Workflow in the repo## References
- [Vite](https://vitejs.dev/)
- [React + TS CheatSheet](https://react-typescript-cheatsheet.netlify.app/)