Skip to content

blitzard7/react-tanstack-todo-app

Repository files navigation

📝 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.

About

Small todo app built with React - just for fun

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published