Skip to content

FactoriaF5/crud-react-laravel-api-front

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.9%
  • SCSS 13.9%
  • HTML 2.6%
  • CSS 0.6%