https://github.com/akunna1/react-search-bar
Making a search bar for a webpage on react.js
https://github.com/akunna1/react-search-bar
css javascript react react-icons vitejs
Last synced: 7 months ago
JSON representation
Making a search bar for a webpage on react.js
- Host: GitHub
- URL: https://github.com/akunna1/react-search-bar
- Owner: akunna1
- Created: 2024-08-10T14:41:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-14T17:25:59.000Z (about 1 year ago)
- Last Synced: 2025-01-31T22:07:21.910Z (8 months ago)
- Topics: css, javascript, react, react-icons, vitejs
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Used sites:
https://jsonplaceholder.typicode.com/ --> used to make fake API calls### To use node.js for the backend:
- Node.js Backend: Set up Express server with a route to handle search queries and respond with filtered data
- React Frontend: Update fetchData to call Node.js backend instead of the placeholder API
- CORS: Ensure CORS is enabled in Node.js server to allow cross-origin requests from the React app