A React application for managing book and author details using Formik for form validation.
- Clone the repository:
git clone https://github.com/harish-govindasamy/react-formik-validation-task.git
- Navigate to the project directory:
cd library-management
- Install dependencies:
npm install
npm run dev
- Add, edit, and delete book records.
- Add, edit, and delete author records.
- Form validation using Formik and Yup.
- Responsive design.
src/
├── components/
│ ├── BookForm.jsx
│ ├── AuthorForm.jsx
├── pages/
│ ├── Books.jsx
│ ├── Authors.jsx
├── services/
│ ├── bookService.js
│ ├── authorService.js
├── App.jsx
├── main.jsx
Demo live link - https://react-formik-validation-task-library.netlify.app/