/ReactSearchBar-Dev.to

This was built following the Dev.to "How to Create a Search Bar in React" article by [Francisco Mendez](https://github.com/FranciscoMendes10866)

Primary LanguageJavaScript

React Search Bar

This is an app built to practice creating a functional search bar in React. This was built following the Dev.to article, 'How to Create a Search Bar in React', written by Francisco Mendes, FranciscoMendes10866.

Using axios:

  1. Install axios: npm i axios

  2. Create your app: npx create-react-app or yarn create-react-app <appname>

  3. Create an api folder with an api request page:

  4. Create a hooks file with