This is a pedagogical responsive website for learning how to read a json file, to make a fake CRUD using the browser memory, to make a CRUD with json server using fetch Api and to make a CRUD with json server using Axios Library and the use of hooks.
It was developed with react.js using json-server, react-router-dom, axios and sass dependencies, and also using the fetch API, the UI was designed in Figma.
- Required React v.17.0.2
- Required node.js
- git clone
- npm start
- run json server for fetch json file: npm run crud-fetch
- run json server for axios json file: npm run crud-axios