Idea from this article of magazine big think
- Calendar grid
- Change year
- Customizations
- change language (pt/eng/ko/jp)
- [x ] change num. of charaters shown on grid (month and week)
- change calendar styles
- all
- by section (months / weeks / days)
- change border color of grid
- change background color of grid
- change background color of cell
- change color of each day of the week for each day
- select day and year - and open toast saying if you want to save date
- sounds on events/buttons press
- Vite
- React
- Lucide React - icons
-
Install packages
npm i
or
yarn i
-
Run dev server
npm run dev
or
yarn dev