You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This app is just a simple guide to how build your own calendar using only date-fns ( can be replaced with any other similar library ) for time calculations.
Quick Start
Install dependencies
npm i
run the app
npm run dev
About
The guide to build custom calendar with month, week and day views using only react and date-fns