A CRUD application which edits user records in React using reqres API.
# install project
$ git clone https://github.com/CyberIkshit/crud_app.git
# open app directory
$ cd crud-app
# install dependencies
$ npm i || npm install
# serve with hot reload at localhost
$ npm start
# for logging in use-:(Sample)
$ Email:[email protected]
$ Password:-Any
# build for production
$ npm build