A todo app built with React + Redux.
You can access the final project at: just-another-todo-app.now.sh 👈
If you want to build from source, make sure that NodeJS is installed and download dependencies by issuing:
npm install
And then, to run the project:
npm run start
This project is licensed under the MIT License - see the LICENSE.md file for details