8000 GitHub - ay-ub/todo-list
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ay-ub/todo-list

Repository files navigation

Todo List App

This project is a simple Todo List application built using React.js with TypeScript and ShadCN. The app allows users to manage their tasks by creating, deleting, marking them as completed or not completed, and searching for specific tasks. The todos are categorized into two sections: "Not Completed" and "Completed."

Features

  • Add new todos
  • Delete todos
  • Mark todos as completed or not completed
  • Search todos by title
  • Display todos in two sections: "Not Completed" and "Completed"

Demo

App Screenshot Delete task Screenshot

Tech Stack

  • React.js: For building the UI.
  • TypeScript: Provides static type checking.
  • ShadCN: Custom UI components and styling framework.

Installation

  1. Clone the repository:

    git clone https://github.com/ay-ub/todo-list.git
  2. Navigate to the project directory:

  cd todo-list
  1. Install dependencies using npm or pnpm:
  npm i
  #or using pnpm
  pnpm i
  1. Start the development server:
  pnpm run dev
  1. Open your browser and go to:
  http://localhost:5173/

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0