Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 279 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 279 Bytes

Google-Calendar-Clone

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

  1. Install dependencies
npm i
  1. run the app
npm run dev