Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yadamvinay369/imagetracer

A responsive image search engine made using HTML, CSS, JS and pexels API
https://github.com/yadamvinay369/imagetracer

cicd html-css-javascript pexels-api

Last synced: 6 days ago
JSON representation

A responsive image search engine made using HTML, CSS, JS and pexels API

Awesome Lists containing this project

README

        

# Image Tracer

InsightRise is a responsive single-page image search engine developed using HTML, CSS, JavaScript, and Pexels API with smooth aesthetic design.

## Project Description

Image Tracer fetches the latest images as per the user's search query and displays them.
## Salient Features
1. The user can search for an image.
2. The user can Download an image.
3. Responsive Design.
## Installation

1. Clone the repository:

```bash
git clone https://github.com/YadamVinay369/ImageTracer.git

```

2. Navigate to the project directory:

```bash
cd ImageTracer
```
3. Open the project in a code editor (e.g., VS Code):

```bash
code .
```

4. Open index.html in a web browser to view the website:


## Usage Instructions

1. Search Images:

Enter a keyword in the search bar and click the search button to find the latest images related to that keyword.

2. Downloading Images:

Hover over the images to see the download button or click the image to see the download option on the top-right.
## API usage

The project uses the Pexels API, free to run on local machines and deployment.

## Contributing

Contributions are always welcome! If you would like to contribute to this project, please follow these steps:

1. Fork the repository:
Click the "Fork" button at the top right corner of this repository.

2. Clone your fork:

```bash
git clone https://github.com/YadamVinay369/insightrise.git
```

3. Create a new branch:

```bash
git checkout -b feature/your-feature-name
```
4. Make your changes and commit them:

```bash
git commit -m "Add your message here"
```

5. Push to your fork:

```
git push origin feature/your-feature-name

```

## Authors

- [@ Vinay Yadam](https://www.github.com/YadamVinay369)