Skip to content

chahatpopli/React-CRUD-using-Json-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

one.mp4

React.js CRUD App with Json Server Using Axios

Build a React.js CRUD Application to consume Web API, display and modify data with Router, Axios & Naterial UI.

React Tutorial Application in that:

Add User
Update User
Delete User
View Users

Project setup

In the project directory, you can run:

npm install
 or
yarn install

or Compiles and hot-reloads for development

npm start
 or
yarn start

or If you want to run along with your Json Server

npm run dev
 or
yarn run dev

Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.