Skip to content

rahulfaujdar/react-crud-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Crud Applications

A CRUD application which edits user records in React.
Live Demo : https://rahulfaujdar.github.io/react-crud-application/

Project Setup

# install project
$ git clone https://github.com/rahulfaujdar/react-crud-application.git
# open app directory
$ cd react-crud-application
# install dependencies
$ npm i || npm install
# start
$ npm start