FactoriaF5 / crud-react-laravel-api-front

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 82.8%Language:SCSS 13.9%Language:HTML 2.6%Language:CSS 0.6%