A simple to-do app to track your daily task built with React, TypeScript, shadcn/ui, and Tailwind CSS.
- Link: https://dailydo.mutiarahns.com/
- Visit my website: mutiarahns.com
- Add new task
- Delete tasks
- Mark tasks as completed
To get started, follow these steps:
-
Clone the repository:
git clone https://github.com/mutiarahns/daily.do cd daily.do
-
Install dependencies:
bun install
-
Start the development server:
bun run dev