The Birthday Reminder App is a simple web application built with Svelte to help you keep track of upcoming birthdays. You can add birthdays, view a list of upcoming ones, and remove them when they've passed. Never forget a birthday again!
You can try the app live. But Not yet it..
Follow these instructions to get a copy of the project up and running on your local machine.
You need to have Node.js and npm (Node Package Manager) installed on your computer. If you don't have them, you can download and install them from https://nodejs.org/.
Clone the repository:
git clone https://github.com/KSDeshappriya/BirthdayReminder.git
Navigate to the project directory:
cd birthday-reminder
Install the project dependencies:
npm install
Start the development server:
npm run dev
Open your browser and go to http://localhost:5173 to use the application.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
Fork the project on GitHub.
Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
Make your changes and commit them:
git commit -m "Add your feature or bug fix"
Push your changes to your fork:
git push origin feature/your-feature-name
Create a pull request on the original repository, explaining your changes.
This project is licensed under the CC BY-NC 4.0
License - see the LICENSE.MD file for details.