This is a todo-list reminder app built with React, Redux, and React Bootstrap. The app will help you keep track of important tasks and when they are due. This app will use cookies to continually keep track of your tasks even after leaving the app. This app uses sfcookies to handle cookie management, redux for global state storing of tasks, and react boot strap for simple CSS styling elements.
https://richard-todo-list.herokuapp.com/
# Install dependencies
npm install
# launches app at http://localhost:3000/
npm run start