This is a very simple example of todolist, using mobx as state manager.
- Add, Edit, Remove Tasks
- Local Browser Persistence via localStorage
- Clear function
- Filtering tasks by state
- Mark tasks as Done / Undone
git clone https://github.com/jvas28/react-mobx-todolist.git
cd react-mobx-todolist
npm install
npm run start