Website created with HTML5, CSS3 / SASS, JavaScript and API Pixabay.
https://olgapikulska.github.io/Image-Search-Engine/
This is a search engine for images. Users can search them based on phrases entered. Clicking on an image can enlarge it and allow swiping between results by clicking arrows. First search gives only 40 results. To get more than that user can decide between clicking the "Load more" button or turning on an "Infinite Scroll" mode. There is also a scroll-to-the-top button in down-right corner. I came up with the design of this page myself.
Working on this application helped me to learn about HTTP Protocol, HTTP methods and requests, async/await syntax and IntersectionObserver. In the future, I would like to add dark mode and opportunity for an immediate searching without using any buttons or keys.
Project is created with:
- HTML 5
- SASS / CSS3
- JavaScript
- Lodash.debounce 4.0.8
- modern-normalize 1.1.0
- Notiflix 3.2.5
- API Pixabay
- Axios 1.2.0
- Simplelightbox 2.11.0
This website has been perfomed as a homework result of Fullstack Developer Course by GoIT. I used a parcel-project-template prepared by GoIT and add my JS, SASS and HTML files.