A simple todo app made with the purpose of learning how to use React and MobX. A live build of the master branch can be found here
To build and run the project, first clone the repo
git clone git@github.com:raduschirliu/todo-app
and install all dependencies through NPM
npm i
Then, it can be ran with
npm start
or, alternatively, it can be built for production with
npm run build