Skip to content

Latest commit

 

History

History
executable file
·
28 lines (19 loc) · 681 Bytes

README.md

File metadata and controls

executable file
·
28 lines (19 loc) · 681 Bytes

KTS-Calendar

a custom events-calendar with Month, Week and Day views. written with

  • React
  • typescript
  • styled-components
  • css grid
  • moment utils.

installation

  • npm i
  • npm start
  • open your browser and navigate into localhost:3000

how to use

navigation

  • use month, week and day buttons to change the calendar's view.
  • use previous, next and today buttons to change the date of the actual view.
  • in the month view, the header of each cell (day label) is clickable and will redirect you to the day view

demo example

visite the page at this link