- An application that notifies you about the birthdays of your loved ones.
- Just add the name, birthdate and number of days before you would like to be reminded before.
- You will be sent an notification on your email address that you registered with.
Check out the Live Demo
- Frontend
- Backend
- Deployment
- Testing
.
├── frontend/
│ ├── public
│ └── src/
│ ├── components
│ ├── pages
│ ├── redux/
│ │ ├── actions
│ │ ├── constants
│ │ └── reducers
│ ├── styles
│ └── utility
├── src/
│ ├── main/
│ │ ├── java/
│ │ │ └── com/
│ │ │ └── birthdaynotifier/
│ │ │ ├── configuration
│ │ │ ├── constant
│ │ │ ├── controller
│ │ │ ├── exception
│ │ │ ├── filter
│ │ │ ├── mapper
│ │ │ ├── model
│ │ │ ├── repository
│ │ │ ├── service
│ │ │ └── utility
│ │ └── resources/
│ │ └── templates
│ └── test/
│ └── java/
│ └── com/
│ └── birthdaynotifier/
│ └── repository
├── pom.xml
└── README.md