npm install
npm start
npm test
- Ability to add a new "reminder" (max 30 chars) for a user entered day and time. Also, include a city.
- Display reminders on the calendar view in the correct time order.
- Allow the user to select color when creating a reminder and display it appropriately.
- Ability to edit reminders – including changing text, city, day, time and color.
- Add a weather service call from a free API such as Open Weather Map, and get the weather forecast (ex. Rain) for the date of the calendar reminder based on the city.
- Unit test the functionality: Ability to add a new "reminder" (max 30 chars) for a user entered day and time. Also, include a city.
-
Expand the calendar to support more than the current month.
-
[Partially] Properly handle overflow when multiple reminders appear on the same date.
- Partially because reminders with same hour dont overflow.
-
Functionality to delete one or ALL the reminders for a specific day
Click in one day in calendar and a modal will open to:
- Create a reminder for that day or
- Delete all reminders of that day
Click in one reminder on a day to:
- Open a modal to see details and weather (located on the left side of action buttons)
- Edit or Delete reminder