Manage your Plans Easily and Effectively
- React + Vite + TypeScript
- Shadcn - Tailwindcss
- date-fns
- localstorage - for storing plans
- clone the project from this repo using
git clone https://github.com/gebrina/weekly-planner.git
- open the cloned project with you favorite code editor
- open terminal and change directory to cloned project
- install required dependencies using
npm install
- run run the project using
npm run dev