Skip to content

nathanmrtns/react-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-calendar

To run

  1. npm install
  2. npm start

To run tests

npm test

What was implemented:

Mandatory Features
  • 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.
Bonus (Optional)
  • 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


Guide

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published