CyberIkshit / crud_app

A CRUD application which edits user records in React.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React CRUD App

A CRUD application which edits user records in React using reqres API.

Build Setup And Login Instructions

# 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:-eve.holt@reqres.in
$ Password:-Any

# build for production
$ npm build

Snapshots

Log-in Page:- image

Home Page:- Screenshot (102)

Edit User:- image

Add User:- image image

Refer to REQRES API documentation for more info regarding API used:

https://reqres.in/

About

A CRUD application which edits user records in React.


Languages

Language:JavaScript 89.1%Language:HTML 8.6%Language:CSS 2.3%