Skip to content

Latest commit

 

History

History
62 lines (36 loc) · 812 Bytes

README.md

File metadata and controls

62 lines (36 loc) · 812 Bytes

Calendar scheduler

  • Month view: ✔️
  • Week view: ✔️
  • Day view: ✔️
  • Drag and drop ❌
  • Theming (Light and dark theme) ❌
  • Localization ❌

Run Locally

Clone the project

  git clone https://github.com/darkosimic025/Calendar.git

Go to the project directory

  cd calendar

Install dependencies

  yarn install

Start the server

  yarn start

MonthView

App Screenshot

MonthViewPopover

App Screenshot

WeekView

App Screenshot

WeekViewExpand

App Screenshot

DayView

App Screenshot

Tech Stack

React, TypeScript, day.js, styled-components, framer-motion