How annoying are TODO lists apps? Yeah, I know. And this is just another of them.
I made this to learn more about Redux and Webpack. Here is the great video series from Kurt Weiberth that I used as reference:
Thank's bro! Cheers 🍻
See the online demo here: https://another-todo-list.herokuapp.com/
or
Just clone this repo with:
git clone https://github.com/lsgoulart/another-todo-list.git
Install all the dependencies with:
npm install
And then run:
npm run serve