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
Last synced: about 11 hours 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-22T06:42:43.000Z (about 1 year ago)
- Last Synced: 2023-08-22T08:01:48.570Z (about 1 year ago)
- Language: JavaScript
- Size: 179 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