Skip to content

crazyobject/employeeListReact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

Simple employee list with add edit and delete & search operations. (CRUD)

  1. Small React app to manage Employee list.
  2. You can view the list of employees.
  3. Data fetch from JSON.
  4. Search with debounce action integrated in search box.
  5. react-bootstrap integrated for accordion and other UI elements.
  6. Create, edit & Delete employee.
  7. Mark todo as favourite.

Live app on stackblitz

https://stackblitz.com/edit/react-bootstrap-crud-operations?file=src%2FApp.js

Kickstart

  1. checkout the repository
  2. cd app
  3. npm install
  4. npm start

Demo - add new employee

Debounce React Input

Demo - edit/delete and search functions

Debounce React Input

About

react app to manage celebrity data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published