Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arnab-4/propose
https://github.com/arnab-4/propose
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/arnab-4/propose
- Owner: arnab-4
- Created: 2023-10-01T18:52:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-01T21:58:16.000Z (about 1 year ago)
- Last Synced: 2023-10-02T00:04:44.942Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://propose-web.netlify.app/
- Size: 2.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Propose Your Valentine
A beautiful web template for couples who want to express their love and emotions to their special person.
![Propose ](https://raw.githubusercontent.com/arnab-4/propose/main/demo.png)
Live Demo: [https://propose-web.netlify.app/](https://propose-web.netlify.app/)
[![Netlify Status](https://api.netlify.com/api/v1/badges/09c7065a-1258-4a30-920f-b57914b0a48e/deploy-status)](https://app.netlify.com/sites/propose-web/deploys)
## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Usage](#usage)
- [Installation](#installation)
- [Development](#development)
- [License](#license)## Introduction
Are you ready to make your proposal special and memorable? "Propose Your Valentine" is a heartwarming web template designed to help you express your love in a unique way. This template provides you with a personalized proposal message that you can share with your beloved.
## Features
- **Customized Proposal Message**: Enter your valentine's name and let the template generate a personalized proposal message just for them.
- **Shareable Proposal Link**: Receive a unique proposal link that you can send to your valentine for a surprise.
- **Responsive Design**: The template is fully responsive, ensuring a seamless experience on various devices.## Usage
1. Visit the live demo site: [https://propose-web.netlify.app/](https://propose-web.netlify.app/)
2. Enter your valentine's name in the input field.
3. Click the "Propose Now" button.
4. A popup will appear with a unique proposal link. Copy the link and share it with your valentine.## Installation
To run this project locally, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/arnab-4/propose.git
cd propose
```2. Install the required packages:
```bash
yarn install
# or
npm install
```3. Install linting packages (optional):
```bash
yarn lint
```## Development
To start the development server:
```bash
yarn dev
# or
npm run dev
```---