It displays birthday events from a JSON file on the corresponding dates and reminds you about upcoming ones.
- Node.js and VS Code installed on your system
- Basic understanding of React, and Tailwind CSS
-
Clone this repository or download the code.
-
Navigate to the project directory:
cd birthday-calendar
- Install dependencies:
npm i
- Start the development server:
npm run dev
- Open
http://localhost:5173
in your browser to view.
The birthdays are stored in a JSON file named birthdays.json
. You can modify this file to include your own birthday data. Each birthday entry should have the following format:
This project is provided under the MIT License. See the LICENSE file for details.