https://github.com/shevchenkool/image_search
https://github.com/shevchenkool/image_search
asyncawait axios html-css-javascript notiflix parce sass
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shevchenkool/image_search
- Owner: ShevchenkoOl
- Created: 2024-05-21T15:10:44.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-21T18:03:41.000Z (12 months ago)
- Last Synced: 2024-05-22T16:32:21.039Z (12 months ago)
- Topics: asyncawait, axios, html-css-javascript, notiflix, parce, sass
- Language: HTML
- Homepage: https://shevchenkool.github.io/image_search/
- Size: 1.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image Search
1. This project was built using the parcel project builder;
2. The [axios](https://axios-http.com/) library is used for HTTP requests;
3. The async/await syntax is used;
4. The [notiflix](https://github.com/notiflix/Notiflix#readme) library is used for notifications;
5. Use the public API of the [Pixabay](https://pixabay.com/api/docs/) service as a backend;
6. The project also uses pagination;
7. The [SimpleLightbox](https://simplelightbox.com/) library was used for a full-fledged gallery, namely, when you click on an image, it is displayed in a large version;
8. In addition, the project uses the SASS processor to improve CSS and while waiting for a response from the backend, a spinner is used.## How to Use the Repository
1. Clone the repository: `git clone https://github.com/ShevchenkoOl/image_search.git`
2. use ```npm install``` command to install package dependencies
3. Navigate to the relevant section to explore the corresponding material.
4. Open files and study the provided code examples.
## Author
This repository was created and maintained by [Oleksii Shevchenko](https://shevchenkool.github.io/portfolio/). Questions, suggestions and feedback can be directed to [email]([email protected]) or [linkedin profile](linkedin.com/in/oleksii-shevchenko-535ab61b8).
If you have any questions or suggestions, feel free to create an issue or submit a pull request.