Skip to content

Viktorline/todo-list-sputnik

Repository files navigation

Todo-List App

Features:

  • Add a task
  • Delete a task
  • Get the list of all tasks
  • Change the task
  • Infinite Scroll
  • Mark tasks as favorite, and display favorite tasks even after page reload
  • Filter tasks by "All", "Completed", "Not Completed", and "Favorite"

Technologies Used

  • React
  • TypeScript
  • Zustand (state management)
  • AntDesign (UI library)
  • Styled Components (styling)
  • Vite (project setup and build)

Getting Started

  1. Clone the repository:

    git clone https://github.com/Viktorline/todo-list-sputnik.git
    cd todo-list-sputnik
  2. Install the dependencies:

    npm install

Running the Application

To start the development server, run:

npm run dev

To build the project for prod, run:

npm run build

To preview the prod build, run:

npm run preview

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published