A CRUD application which edits user records in React.
Live Demo : https://react-crud-app-example.herokuapp.com
# install project
$ git clone https://github.com/hasankemaldemirci/react-crud-app.git
# open app directory
$ cd react-crud-app
# install dependencies
$ npm i || npm install
# serve with hot reload at localhost
$ npm run dev
# build for production
$ npm build