This is a very simple example app to show how to structure a simple todo app with Pureact.
- Clone the repo
$ npm i
$ npm start
[./src/App.js] - contains the view code [./src/store.js] - contains the store [./src/index.js] - connects them together
[./src/component/NewTodo.js] - shows how to use useHooks and useContext