Skip to content

shahidx0x/ReduxTodo

Repository files navigation

Redux Todo

Redux Todo

Features

  • Add Todo
  • Mark as complete Todo
  • Delete Todo
  • Remove All Todo
  • Remove Only Completed Todo
  • Persist the data on refress the page

Intro

Uses Vite, Vitest, and React Testing Library to create Redux Todo App compatible with Create React App . Clone the repository and install the dependancy with npm install

https://github.com/shahidx0x/ReduxTodo.git
npm install

Scripts

  • dev/start - start dev server and open browser
  • build - build for production
  • preview - locally preview production build
  • test - launch test runner

Technology used