Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sanjaraiy/imagesearchengine

This repository features an Image Search Engine built with HTML, CSS, and JavaScript. Search and explore images effortlessly with a sleek and intuitive interface! 🚀✨
https://github.com/sanjaraiy/imagesearchengine

css-flexbox css3 fetch-api html5 javascript pagination responsive-design unplash-api

Last synced: about 2 months ago
JSON representation

This repository features an Image Search Engine built with HTML, CSS, and JavaScript. Search and explore images effortlessly with a sleek and intuitive interface! 🚀✨

Awesome Lists containing this project

README

        

# Image Search Engine Version(1.0)
This project is based on `HTML`, `CSS` and `Javascript`. this project is responsive for different devices.

## Description :-
Here, html, css and js code was written clearly and in readable format, we can search any kind of picture and it gives the randomly pictures for doing this work, a external API was used here,it fetches the pictures from external source and gives us into a json format and further json document is handled by javascript's in-built methods.

## Used API for Images :-
```
https://api.unsplash.com/search/photos?page=${page}&query=${keyword}&client_id=${accessKey}&per_page=12
```
## Used font-family :-
```
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
```

## Features :-
- Responsive for different devices.
- Give random pictures.
- Search any number of pictures.

## Demo Image :-
![Demo](https://github.com/sanjaraiy/ImageSearchEngine/blob/main/demo.png)

## Version(1.1) :-
- Add more functionality.
- Upgrade new web technologies.
- Do more better UX/UI of it.