https://github.com/tonmoydeb404/propose
a lovely web template for couples who want to share their feelings with their special person.
https://github.com/tonmoydeb404/propose
propose proposeme reactjs valentine-day
Last synced: about 2 months ago
JSON representation
a lovely web template for couples who want to share their feelings with their special person.
- Host: GitHub
- URL: https://github.com/tonmoydeb404/propose
- Owner: tonmoydeb404
- Created: 2020-12-07T05:28:53.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-12-30T16:33:20.000Z (6 months ago)
- Last Synced: 2026-01-03T11:23:37.658Z (6 months ago)
- Topics: propose, proposeme, reactjs, valentine-day
- Language: JavaScript
- Homepage: https://proposeme.netlify.app/
- Size: 5.14 MB
- Stars: 42
- Watchers: 4
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Propose Your Valentine
a lovely web template for couples who want to share their feelings with their special person.
v1: https://tonmoydeb404.github.io/propose
v2: https://proposeme.netlify.app/
## How to use it?
first, go to this [link](https://proposeme.netlify.app/) and follow the instructions.
- enter your valentine's name in the input field and click the propose now button
- a popup will appear with a proposal link. just copy the link and share the link with your valentine
## Commands to run code
give _yarn_ or _npm install_ command to install all required packages.
```bash
yarn
```
use _lint_ script to install all updated linting packages.
```bash
yarn lint
```
then give _yarn dev_ or _npm run dev_ to start the developer server.
```bash
yarn dev
```