Simple task management application in React along with routing support using react-router-dom
. Uses json-server
to create full REST API of tasks and fetch, delete, add and update them in frontend!
- YouTube Tutorial
- Scripts:
- Start Database server (Port 5000):
npm run server
- Start React Server (Port 3000):
npm start
- Start Database server (Port 5000):