This is a simple react app developed to work on basic react concepts such as:
- folder structure
- react router
- react redux
- redux persist
- UI design
- UX design
- Clone the project using
git clone
- Install dependencies using
npm install
- Run the project using
npm start
React redux and Redux persist are used to persist a list of TODO items.