jrsousadev / fullcalendar-scheduler-web

🗓️ Component inspired by google calendar [Next/React/Mui/Styled]
https://fullcalendar-scheduler-web.vercel.app
58 stars 12 forks source link
agenda mui next react scheduler styled-components typescript

📅 FullCalendar Scheduler Front-end

Project inspired by Google Calendar

if you want to improve or implement some functionality, feel free!

Stacks:

Link Repository API (Back-end)

🔗 Back-end

Deploy

🔗 FullCalendar

Resources

Calendar inspired by Google Calendar

image

Add events and choose color

https://user-images.githubusercontent.com/92350736/186804113-4a5cdc03-bd11-4fd1-a293-3af857a025cd.mp4

Update events and delete

https://user-images.githubusercontent.com/92350736/186804582-fcec916d-2f7a-4ac0-b80e-1b466740066f.mp4

Init Project

1- Clone repository.

2- Install dependecies.

yarn
// or
yarn install
// and
yarn dev