Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 563 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 563 Bytes

React - Web Based Date Planner

Manage your Plans Easily and Effectively

Used technologies and packages

  1. React + Vite + TypeScript
  2. Shadcn - Tailwindcss
  3. date-fns
  4. localstorage - for storing plans

How to run the project

  1. clone the project from this repo using
git clone https://github.com/gebrina/weekly-planner.git
  1. open the cloned project with you favorite code editor
  2. open terminal and change directory to cloned project
  3. install required dependencies using npm install
  4. run run the project using npm run dev