anrao91 / calendar-reminder

Calendar app to create reminders using React & Redux with Webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calendar with Reminders

Project is published using Github Pages: DEMO

alt text

Here's what the Redux store looks like:

alt text

The Project

The aim of this exercise is to create a demo calendar application using React & Redux with Webpack.

alt text

Features & Requirements:

  • Ability to add a new “reminder” (max 30 chars) for a user entered day and time.
  • Display reminders on the calendar view in the correct time order.
  • Allow the user to select a colour when creating a reminder and display it appropriately.
  • Properly handle overflow when multiple reminders appear on the same date.
  • Ability to edit reminders — including changing text, day and time & colour.
  • Ability to delete reminders.
  • Expand the calendar to support more than current month.

About

Calendar app to create reminders using React & Redux with Webpack


Languages

Language:JavaScript 69.5%Language:CSS 23.7%Language:HTML 6.8%