An image search web application that allows users to search for images using the Unsplash API. Users can enter search queries and view image results with links to the source.
Follow the instructions below to set up and run the Image Search App locally on your machine.
- Node.js: Make sure you have Node.js installed on your machine.
- Clone the repository to your local machine:
git clone git@github.com:John-thabuks/my_Image_Search_App.git
- Change to the project directory:
cd my_Image_Search_App
- Install project dependencies:
npm install
- Set up your Unsplash API access key:
- Get an API access key from Unsplash.
- Replace YOUR_ACCESS_KEY in script.js with your actual access key.
-
Open index.html in your web browser.
-
Enter search queries in the input field and click the "Search" button to view image results.
-
Click on images to open them in a new tab with the source link.
-
Click the "Show more" button to load additional image results.
If you would like to contribute to this project, please follow these steps:
-
Fork the project and create a new branch for your feature or bug fix.
-
Make your changes and commit them with descriptive messages.
-
Push your changes to your forked repository.
-
Create a pull request to the original repository, detailing your changes.
This project is licensed under the MIT License - see the LICENSE file for details.
This project was created as a sample project for learning purposes.
The preview published page: [[https://john-thabuks.github.io/my_Image_Search_App/]]
Name: John Muthabuku
Email: thabuksjohn@gmail.com