started from a CRA Template with React.
Execute npm install and then npm run start and that's it!
To run the test, execute npm run test
This project is running with ci on Netlify server, so you can navigate this site in https://lucid-edison-331620.netlify.app/
- Add a new reminder with the fields Title, Date, Time, Color and City.
- Display reminders on the calendar view in the correct time order.
- Allow the user to change or delete a reminder.
- Expand the calendar to support more than the current month.
- Handle multiple reminders on one day with an overflow scroll.
- Direct access to add a reminder on a specific day.
- Weather condition status using icons from OpenWeather