Event scheduler is an app to schedule/create your events
- Login window
- Title of the event.
- Date of the event.
- Time of the event.
- Description of the event.
- Create the event.
Event Scheduler is developed using React 16 and Redux. Redux is used to maintain the list of the events.
(https://github.com/Neha/create-event-scheduler/blob/master/public/images/form.png)
(https://github.com/Neha/create-event-scheduler/blob/master/public/images/List.png)
- Download or clone the repo
- Run : npm install
- Run : npm run start
- User Login authentication
- Better UI
- CRUD operations on Events
- Validations on date and time