Skip to content

MAlexGG/crud-react-laravel-api-front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 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 website for pedagogical purposes for fullstack bootcamp students, it shows how to read a json file, how to make a fake CRUD using the browser memory, how to make a CRUD with json server using fetch Api and another one using Axios Library and hooks, and the last one consumes a PHP API with auth and tokens, the back repo: https://github.com/MAlexGG/crud-react-laravel-api-back.git

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