Skip to content

Creating my own personal calendar for my family to share together. It will help know what's planned for the day, the past, future, and more. Using React on frontend with node on backend

Notifications You must be signed in to change notification settings

cdsalty/Family_Calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm install --save @fullcalendar/react @fullcalendar/daygrid @fullcalendar/interaction

// write the functionalities that you'd like the calendar to have

user clicks on a date => a modal opens => on the modal we have title and description fields => user enters the text => the blue event with the title and the description is added on that date on the calendar

https://fullcalendar.io/#demos https://fullcalendar.io/docs/react https://github.com/fullcalendar/fullcalendar-example-projects/blob/master/react/src/DemoApp.jsx https://github.com/fullcalendar/fullcalendar-example-projects/tree/master/react-redux https://fullcalendar.io/docs/getting-started

// Other from Christopher https://fullcalendar.io/docs/background-events

Dragndrop events, selectable dates, background evetns, themeing, local, timezones

About

Creating my own personal calendar for my family to share together. It will help know what's planned for the day, the past, future, and more. Using React on frontend with node on backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published