hasankemaldemirci / react-crud-app

An example CRUD application using React, Redux, and React Hooks.

Home Page:https://react-crud-app-example.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI Quality Gate Status

React CRUD App Example

A CRUD application which edits user records in React.
Live Demo : https://react-crud-app-example.herokuapp.com

Build Setup

# 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

About

An example CRUD application using React, Redux, and React Hooks.

https://react-crud-app-example.herokuapp.com


Languages

Language:JavaScript 75.3%Language:SCSS 21.6%Language:HTML 1.9%Language:CSS 1.1%Language:Shell 0.1%