Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/utkarsh212/birthday-reminder
A react application to keep track of birthdays on a particular day. Just add the list of people who have their birthdays on a particular day to avoid missing the wishing.
https://github.com/utkarsh212/birthday-reminder
localstorage reactjs tailwindcss
Last synced: about 1 month ago
JSON representation
A react application to keep track of birthdays on a particular day. Just add the list of people who have their birthdays on a particular day to avoid missing the wishing.
- Host: GitHub
- URL: https://github.com/utkarsh212/birthday-reminder
- Owner: Utkarsh212
- Created: 2023-01-09T10:39:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-10T10:48:46.000Z (about 2 years ago)
- Last Synced: 2024-04-28T04:42:33.812Z (10 months ago)
- Topics: localstorage, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://birthday-reminder-ct.netlify.app/
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Birthday-Reminder
- A react application to keep track of birthdays on a particular day. Just add the list of people who have their birthdays on a particular day to avoid missing the wishing.## 🚀 Features
- Uses localStorage API to store birthdays data
- Use can add birthdays by filling name, avatar and relation in the form
- Uses Controlled inputs in react forms## 🧰 Technologies Used
- ReactJS
- React-icons
- Tailwind CSS## 👀 Preview
### [Live Link](https://birthday-reminder-ct.netlify.app/)
![Preview](/public/preview-image.png)
## 🧰 Installation
Follow these commands to get your app ready with installation.
```bash
git clone https://github.com/Utkarsh212/Tours.git
``````bash
npm install
```To run your app, use this command.
```bash
npm run dev
```## 🎇 Contributing
If you find bugs with this project, pull requests are always welcome. You can [create an issue here](https://github.com/Utkarsh212/Tours/issues/new).
Your :star: is also greatly appreciated.[Checkout my GitHub profile and view some more awesome projects](https://github.com/Utkarsh212)