Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.16 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.16 KB

Event Calendar React

Build status

Description

The calendar is implemented in React.js. Allows you to add, edit, delete events. You can switch between months. All events are stored in localstorage

Where to begin:

Working with the project:

The New Event button allows you to add an event. In the window that opens, fill in:

  • event name
  • date
  • time
  • participant
  • event description

The Add Event button adds events on the specified day. You can view current events by clicking on the relevant date. In the calendar days viewer, you can view entire events, edit or delete events.