Skip to content

bvbxbv/todo-app

Repository files navigation

todo app

TypeScript pnpm version React Redux Webpack SCSS License

app view

Simple todo app on React + TypeScript in CLI-like style.

Installation

  • Clone this repo.
git clone https://github.com/bvbxbv/todo-app.git
  • Install dependencies.
pnpm install
  • After all you can run dev server and use app.
pnpm run dev

Features

  • Add, edit, remove or complete as mark your todos.
  • Filtering todos by:
    • title.
    • date. Not comfortable? You can use calendar. (it's on app page)
    • description.
  • Stats, which showing number of your completed (or not completed) todos.
  • Persistent storage using IndexedDB (todos are saved between page reloads and browser restarts)

Credits

This is what helps me with this project.

About

Simple todo app on react + typescript in CLI-like style

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors