This time, we are going to implement the search images using React JS and React Query!
- Search images by query.
- View images.
βΆοΈ React JS (version 18)βΆοΈ Vite JSβΆοΈ TypeScriptβΆοΈ React QueryβΆοΈ Unsplash APIβΆοΈ CSS vanilla
- Clone the repository (you need to have Git installed).
git clone https://github.com/Franklin361/search-images
- Install dependencies of the project.
npm install
- Run the project.
npm run dev