This CRUD application is built using React.js and Redux Toolkit, enabling essential CRUD functionalities such as creating, reading, updating, and deleting data.
Make sure you have the following packages installed. If not, run the command:
npm i react-router-dom @reduxjs/toolkit bootstrap react-redux
To run the application, execute the following command:
npm start
Feel free to explore the app and leverage its capabilities for your specific use case. Happy coding!