Simple Task Management Tool has the following Lists ( TODO – IN progress – Under review – Rework - Completed ) which can be Create Read Update Delete and move Task from List to another List.
Step 1
: To use this project must install Node.js Then Download the source code
git clone https://github.com/MohamedAlabasy/React-Todo-List.git
Step 2
: Enter the project file then install package
npm i
Step 3
: Download back-end Node.js source code :
Step 4
: To run project
node run start
Step 4
: Open the browser and click : http://localhost:3000
Here are the Command that were used in the project, You will find it in the project file.