A todo app utilising the browser's local storage to store items. Built with ReactJS
- When running
npm run deploy
, you may face an error. This appears to be beacuse of certain large image files in thepublic
directory. To fix this, you can try using the following command: (source)
git config --global http.postBuffer 1048576000