Contains basic todo Create Read Update Delete functionalities as well as a record which then displays the user actions with a 1 second gap.
- Ensure you have yarn installed, if not, install yarn.
- Run
yarn
which will install library dependencies. - Run
yarn start
to run the application and see it displayed on your browser. - Run
yarn test
to run the unit test files.