https://github.com/erickdc7/search-usememo
Search with useMemo
https://github.com/erickdc7/search-usememo
reactjs search-app styled-components use-memo
Last synced: about 2 months ago
JSON representation
Search with useMemo
- Host: GitHub
- URL: https://github.com/erickdc7/search-usememo
- Owner: erickdc7
- Created: 2023-02-08T18:38:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-18T20:55:24.000Z (almost 2 years ago)
- Last Synced: 2025-04-01T12:19:58.505Z (6 months ago)
- Topics: reactjs, search-app, styled-components, use-memo
- Language: JavaScript
- Homepage: https://search-usememo.netlify.app/
- Size: 199 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Search with useMemo
On this webpage, which was built using React and the useMemo hook, you'll find a text input field. As you type each letter, potential word matches will be displayed below. The letter you've typed in the text field will be highlighted within these suggestions.## Technologies
This web page was made with the following technologies:
- HTML5
- CSS3
- JavaScript
- React