/birthdays-web

[React] Birthdays of your loved ones

Primary LanguageJavaScript

Designed by empt1nesss

To customize the data, please fill out the test_data.jsx file to enter your information. The data on the website will update (temporary measure)

Startup process

1. Clone the project to your computer (or download it from github)

git clone https://github.com/afoninis/birthdays-web.git

2. Navigate to the site directory and run the following command

npm install

3. Run the project

npm start

You can also build the project for insertion on the hosting (build folder)

npm run build