An application in Reactjs to search a User by name.
How to handle Api request using react-query.
- React
- Tailwindcss
- Axios
- React-query
- Javascript
Prerequisites
- nodejs
- git
Clone the project
git clone https://github.com/renatoallart/search.gitGo to the project directory
cd searchInstall dependencies
npm install or yarn addStart the server
npm run dev or yarn dev