Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikilkumaar/react-formik
https://github.com/nikilkumaar/react-formik
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nikilkumaar/react-formik
- Owner: NikilKumaar
- Created: 2024-04-25T06:18:22.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-25T06:31:45.000Z (9 months ago)
- Last Synced: 2024-04-25T07:30:00.416Z (9 months ago)
- Language: JavaScript
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# REACT FORMIK VALIDATION - Library Management System
Dashboard - Books & Authors
Users can switch between Books Page and Authors Page by clicking Books & Authors Button.
(Default/Startup page - Books Page).In Books Page ---> AddBook Button will be visible in the topbar.
In Authors Page ---> AddAuthor Button will be visible in the topbar.AddBook Button - By clicking this button user can add new book details.
AddAuthor Button - By clicking this button user can add new author details.In Books Page :
Edit Button - By clicking this button user can edit that particular book details.
Delete Button - By clicking this button user can delete that particular book details.In Authors Page:
Edit Button - By clicking this button user can edit that particular author details.
Delete Button - By clicking this button user can delete that particular author details.This is an sample Library management website which is based on React-Formik which was designed by me using React.
## Tech Stack
- HTML
- CSS
- Javascript
- Bootstrap
- React(react-router-dom, Formik, Yup)## Features
- Responsive and Interactive Design
- You can do CRUD operations in this website.
- Form Validation