Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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/)