sameerkali / Todo_Ace

Introducing Todo Ace: πŸš€ A stylish, advanced todo app crafted with React 18 and TypeScript. Organize tasks effortlessly with three tabsβ€”πŸ“ pending, βœ… completed, and πŸ—‚οΈ all tasks. Enjoy a convenient delete feature and an impressive UI for seamless task management.

Home Page:https://react-todo-youtube-h8vc.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo_Ace

Todo Ace is a simply advanced todo list application built with React 18 and TypeScript.

Todo Ace live

Todo Ace is a simple todo list application built with React 18 and TypeScript.

Features

  • Add, edit, and delete tasks
  • Mark tasks as completed
  • Filter tasks by status
  • Responsive and user-friendly interface

Technologies Used

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/todo-ace.git
    cd todo-ace
    npm install
    npm run dev

Usage

Add a new task by typing into the input field and pressing Enter. Edit a task by clicking on it and modifying the text. Mark a task as completed by clicking the checkbox next to it. Delete a task by clicking the delete button next to it. Use the filter options to view tasks based on their completion status.

Contributing

Contributions are welcome! If you'd like to contribute:

  1. Fork the repository
  2. Create a new branch: git checkout -b feature-name
  3. Make your changes and commit them: git commit -m 'Add new feature'
  4. Push to the branch: git push origin feature-name
  5. Create a pull request

License

This project is licensed under the MIT License - see the LICENSE file for details.


make with lust love πŸ’– by @sameerkali

About

Introducing Todo Ace: πŸš€ A stylish, advanced todo app crafted with React 18 and TypeScript. Organize tasks effortlessly with three tabsβ€”πŸ“ pending, βœ… completed, and πŸ—‚οΈ all tasks. Enjoy a convenient delete feature and an impressive UI for seamless task management.

https://react-todo-youtube-h8vc.vercel.app/


Languages

Language:TypeScript 63.7%Language:CSS 28.1%Language:JavaScript 4.3%Language:HTML 4.0%