- Small React app to manage Employee list.
- You can view the list of employees.
- Data fetch from JSON.
- Search with debounce action integrated in search box.
- react-bootstrap integrated for accordion and other UI elements.
- Create, edit & Delete employee.
- Mark todo as favourite.
https://stackblitz.com/edit/react-bootstrap-crud-operations?file=src%2FApp.js
- checkout the repository
- cd app
- npm install
- npm start

