Created an admin dashboard for a library management system that allows users to manage book and author details. Use Formik for all form validations.
https://verdant-centaur-216ddb.netlify.app/
Users can be able to add, edit, and delete book records. Each book record can contain the title, author, ISBN number, and publication date. Users can be able to add, edit, and delete author records. Each author record can contain the author's name, birth date, and a short biography. All forms used in the dashboard are validated using Formik.