Skip to content

make table with add/edit/delete function using reactjs

Notifications You must be signed in to change notification settings

RujwiDeshmukh/react-table

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-table

* make react-table by reactjs following the design https://marvelapp.com/2bda7h0/screen/25314120

introduction

You can visit the deployed app, at https://trungh13.github.io/react-table/.

This repository contains the files related to the app. The master branch contains the app's source code (the code the app's developers edit without folder build and node_modules which declared in .gitignore ), and the gh-pages branch contains a built version of the app (i.e. the code that GitHub Pages serves to the app's visitors).

tutorial

  1. clone react-table repository to computer on GitHub.
    $ git clone https://github.com/trungh13/react-table.git
  2. install node_modules into this repository
    cd react-table
    npm install
  3. run react-app on the localhost
    npm start

trung hoang - Visit me on Github

About

make table with add/edit/delete function using reactjs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.1%
  • CSS 28.4%
  • HTML 10.5%