An application used to organizing work and life, making lists/tasks with progress monitoring. Built with React, Redux (Toolkit), TypeScript, CSS Modules and more.
Clone down this repository. You will need node
and yarn
installed globally on your machine.
Installation:
yarn
or yarn install
To Run Test Suite:
yarn test
To Start Server:
yarn start
To Visit App:
localhost:3000/To-Do-List