This is a simple todo app built with React.js. It is a good starting point for beginners who want to learn React.js.
- Add a new todo
- Mark a todo as completed
- Delete a todo
- Edit a todo
- Clone the repository
git clone https://github.com/saadfrhan/todo-app-reactjs.git- Install dependencies
pnpm install- Run the app
pnpm dev- Open
http://localhost:5173in your browser.
- React.js
- TypeScript
- Zustand
- Shadcn UI
- Tailwind CSS
This project is open source and available under the MIT License.
