- Navbar with expand / collapse SidePanel
- SidePanel Search
- Table Search - Search Global - Search By UserName - Search By Status - Search By Date From - To - Reset all filters
- Read | Add | Delete | Delete Selected | Select | Select All in table.
- install all packages using
npm install
- json-server package to run the database
npm install -g json-server
- then run the database on port 4000 using
json-server --watch src/data/db.json -p 4000
- start the server using
npm start