/reactmobx-todo

A simple todo app created using React and Mobx

Primary LanguageJavaScript

REACTMOBX TODO

Build Status

Live Demo: http://todo-react-mobx.surge.sh/

'REACTMOBX TODO' is just a simple todo app developed with React, Mobxjs and Material Bootrap.
The App use Window.localStorage to store his state and save the user data. Open the console to see Mobxjs in action.

REACTMOBX Todo Demo

Install

Clone this repository and run yarn or npm install.

Run the project

Run yarn start or npm start to start the project. Then open your browser at http://localhost:3000

Notes

This project was bootstrapped with Create React App.