A simple Todo List application with React-Redux. Check the DEMO here.
Todo App build from scratch using create-react-app using YARN as package managers. Please AVOID using npm install else there will be dependency error.
The development of this project uses node v12.18.1 and npm v6.70. It's suggested to have node >= 14 and npm >= 5.2 and yarn 1.1.22.10 locally installed. Please make sure you have the yarn installed, it should have shipped with nodejs by default.
To check if yarn installed
yarn --versionTo install yarn via npm
npm install -g yarnTo install the dependencies, or if you experienced dependency issue, please remove node_modules and run below command again
yarn installyarn run startYou can view the application on http://localhost:3000
yarn run build