This React application utilizes React Router, Bootstrap, and Axios to create a simple CRUD interface for managing books and authors. It includes components for adding, editing, and deleting both books and authors. The code follows best practices, using Formik for form handling and Yup for validation.
Each book record contains the title, author, ISBN number, and publication date.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh