The image Browser is a tool that allows users to search for images using the Unsplash API. This browser provides a user-friendly interface for searching and viewing high-quality images based on semantic tags and keywords.
The Image Browser relies on the following key dependencies:
React: A JavaScript library for building user interfaces.
Axios: A promise-based HTTP client for making API requests.
Unsplash API: A powerful API for accessing high-quality images.
To run the Semantic Image Browser locally, follow these steps:
Clone the repository to your local machine: 1.git clone https://github.com/mihika14/Image-Browser.git
install all the dependencies 2. npm install
-
Obtain an API key from Unsplash. Create a developer account on the Unsplash Developer website and generate an access key and paste that key in authorization part of api folder.
-
npm start