https://github.com/romanturas/goit-neo-react-hw-module3
Contacts Book, using Formik and yup (Functionality: search, add, remove contacts)
https://github.com/romanturas/goit-neo-react-hw-module3
formik lifting-state-up state useeffect yup
Last synced: 9 months ago
JSON representation
Contacts Book, using Formik and yup (Functionality: search, add, remove contacts)
- Host: GitHub
- URL: https://github.com/romanturas/goit-neo-react-hw-module3
- Owner: RomanTuras
- Created: 2024-11-26T13:37:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-01T14:06:15.000Z (over 1 year ago)
- Last Synced: 2025-02-14T07:37:58.048Z (over 1 year ago)
- Topics: formik, lifting-state-up, state, useeffect, yup
- Language: JavaScript
- Homepage: https://goit-neo-react-hw-module3-one-chi.vercel.app
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Contacts list
React working in Vite with HMR and some ESLint rules.
### Functionality: search, add, remove contacts
## Using
#state
#useEffect (save to local storage)
#lifting state up