A special Valentine's Day project built with React + Vite.
Before you begin, ensure you have the following installed on your computer:
git clone <repository-url>
cd valentines-day-special
npm install
# or if you use yarn
yarn
To start the development server:
npm run dev
# or if you use yarn
yarn dev
This will start the development server at http://localhost:5173
. Open this URL in your browser to view the project.
To create a production build:
npm run build
# or if you use yarn
yarn build
The built files will be in the dist
directory.
valentines-day-special/
āāā public/
ā āāā heart.svg
āāā src/
ā āāā main.jsx
ā āāā ...
āāā index.html
āāā package.json
āāā README.md
This project is open source and available under the MIT License.