A simple todo app built with the latest tech
Development
$ yarn
$ yarn start
Building for production
$ yarn
$ yarn build
Running test
$ yarn
$ yarn test
- Add tests with mocha
- Code coverage through coverage.io is not working
- Add persistence local storage
- Add option to just show active items and not the completed items
- Convert the project to create-react-app
- Remove redux and use Hooks
- Upgrade the project to latest version
- Find out ways to show coverage details on this page after generating image from internal Jenkins
- Find out ways to show build status on this page after generating image from internal Jenkins
Run npm ls
to check if your project's inter-dependent packages are version compatible.