React CRUD

Demo

https://react-task-drab.vercel.app/

Backend

  • json server

npm install semantic-ui-react semantic-ui-css

npm i axios

npm install -g json-server

json-server --watch db.json
json-server --watch db.json --port 4300