Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1004 Bytes

File metadata and controls

28 lines (20 loc) · 1004 Bytes

Different ways to make a crud and consume information in react.js

Table of Contents

  1. General Info
  2. Technologies
  3. Installation

General Info

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.

UI Design

Crud-React-UI

Technologies

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.

Installation

  • 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