Skip to content

jayanprabodha/crudapp_reactjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple CRUD app in React (without database)

  • View all users
  • Add a new user
  • Delete a user
  • Edit an existing user

1 Step :
npm create-react-app my-app
cd my-app
run : npm-start

2 Step : npm install --save bootstrap

Import Bootstrap CSS and optionally Bootstrap theme CSS in the beginning of your src/index.js file:
import 'bootstrap/dist/css/bootstrap.css';

About

Simple CRUD app in React JS (without database)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published