React CRUD

React CRUD

DETAILS:

Developed Reactjs CRUD application that allows users to perform operations such as adding, viewing, deleting, and editing records. The application includes form validation using Formik and utilizes the Context API for state management and data flow. Furthermore, it integrates browser IndexedDB to store records data, which is then presented using Chakra UI tables. Additionally, the application features data filtration by most upvoted and most recent records, as well as a search bar functionality for specific data retrieval from the table.

TOOLSET INCLUDED:

  • ReactJS, React Router DOM
  • Chakra UI
  • React Context
  • React Formik, IndexDB For Storage

Visit Website