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
ย