An open API service indexing awesome lists of open source software.

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

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