Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raisanjmr/family-profile-management
react application to add family members profile
https://github.com/raisanjmr/family-profile-management
formik-yup hooks-api materialui react react-router router validation vercel
Last synced: 17 days ago
JSON representation
react application to add family members profile
- Host: GitHub
- URL: https://github.com/raisanjmr/family-profile-management
- Owner: RaisanJMR
- Created: 2023-08-21T17:24:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-22T15:28:08.000Z (over 1 year ago)
- Last Synced: 2024-11-18T13:28:04.295Z (3 months ago)
- Topics: formik-yup, hooks-api, materialui, react, react-router, router, validation, vercel
- Language: JavaScript
- Homepage: https://family-profile-management.vercel.app
- Size: 365 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Family profile builder
simple family profile builder to store and retrieve data from local storage with enhanced form handling and error checking using formik and yup
# Installation steps
```
git clone https://github.com/RaisanJMR/family-profile-managementcd family-profile-management
npm install
npm start
```# Tech stack
- reactjs
- material ui
- react router
- formik for form handling
- yup for form validation
- local storage# Features
- add user data `(name, email, phone)`
- form validation
- add family members data `(name, age, phone)`
- delete family members data
- fetch data from localstorage# Deploy link
- deployed to vercel
#### [click here](https://family-profile-management.vercel.app/) to view live