Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ajith-11399/reactformik

Task 19 => This repository contains React Formik Validation Task
https://github.com/ajith-11399/reactformik

bootstrap css formik formik-form formik-yup html javascript react-hooks react-router-dom reactjs

Last synced: 4 days ago
JSON representation

Task 19 => This repository contains React Formik Validation Task

Awesome Lists containing this project

README

        

# Library Management React App

Welcome to the Library Management React App! This application is designed to help you efficiently
manage your library's book collection. Whether you're adding new books, updating existing records, or
simply browsing through your library, this app provides a user-friendly interface for all your needs.

## Features

- **CRUD Operations:** Perform Create, Read, Update, and Delete operations on book records.
- **Admin Dashboard:** Access an intuitive admin dashboard for managing the library efficiently.
- **Library APP:** Enjoy a clean and responsive user interface for seamless navigation and interaction.

## Technologies Used

- React.js: A powerful JavaScript library for building user interfaces.
- Formik: Form library for React that helps with form validation, handling, and submission.
- useState: React Hook for managing state within functional components.
- useEffect: React Hook for performing side effects in functional components.
- useNavigate: A custom hook for navigating programmatically in React Router.
- Axios: Promise-based HTTP client for making HTTP requests.
- react-router-dom: Declarative routing for React applications.