To clone the repository and install all dependencies: git clone https://github.com/Malek-Mousa1407/react-task-tracker.git cd react-task-tracker npm i To run fake json-server: Note: Go to the '/tasks' route to see the JSON. npm run server To run the development build: npm run start