Creating an admin dashboard for a library management system that allows users to manage book and author details. Useing Formik for all form validations.
Users should be able to add, edit, and delete book records. Each book record should contain the title, author, ISBN number, and publication date. Users should be able to add, edit, and delete author records. Each author record should contain the author's name, birth date, and a short biography. All forms used in the dashboard should be validated using Formik. The dashboard should have a clean and responsive design that is easy to use and navigate.
Netlify:https://reacttask-formikvalidation.netlify.app
- React
- React Router
- Context API for state management
- HTML/CSS
- Bootstrap for styling