Skip to content

Latest commit

ย 

History

History
58 lines (39 loc) ยท 1.64 KB

File metadata and controls

58 lines (39 loc) ยท 1.64 KB

๐Ÿ“ React Todo App (Demo)

A small and simple React Todo application โ€” built for fun and to play around with modern tools in the React ecosystem. This project is a demo and not intended for production use.

๐Ÿš€ Tech Stack

This project uses the following tools and libraries:

โ–ถ๏ธ Getting Started

To run the project locally:

  1. Clone the repository

  2. Install dependencies

    pnpm install
  3. Start the development server

    pnpm dev

โœ… Current Features

  • โž• Add new todos with:

    • Title
    • Description
    • Deadline (no past dates allowed)
    • Priority (Low, Medium, High)
  • ๐Ÿ” Search todos by title on the homepage

๐Ÿ”ฎ Planned Features

The following features are planned and will be added in future updates:

  • โœ๏ธ Edit existing todos
  • ๐Ÿ—‘๏ธ Delete todos
  • โœ… Mark todos as completed
  • ๐ŸŽฏ Filter todos by status:
    • Completed
    • Pending

Made with โค๏ธ to learn and experiment.