https://github.com/johndev19/stockpulse-gallery
This web application is part of a web development project to download a collection of stock photos and royalty-free images. The goal is to eventually implement a feature that allows users to upload and manage their own images from personal sources without relying on any external APIs.
https://github.com/johndev19/stockpulse-gallery
download-images gallery html unsplash website
Last synced: 4 months ago
JSON representation
This web application is part of a web development project to download a collection of stock photos and royalty-free images. The goal is to eventually implement a feature that allows users to upload and manage their own images from personal sources without relying on any external APIs.
- Host: GitHub
- URL: https://github.com/johndev19/stockpulse-gallery
- Owner: JohnDev19
- License: mit
- Created: 2024-11-24T01:55:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-24T02:43:07.000Z (over 1 year ago)
- Last Synced: 2025-10-08T13:00:05.515Z (8 months ago)
- Topics: download-images, gallery, html, unsplash, website
- Language: CSS
- Homepage: https://stock-pulse-gallery.onrender.com/
- Size: 2.6 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stock Pulse Gallery
This web application is part of a web development project to download a collection of stock photos and royalty-free images. The goal is to eventually implement a feature that allows users to upload and manage their own images from personal sources without relying on any external APIs.

## Features
- Search for images
- Filter images by orientation (All, Landscape, Portrait, Square)
- Sort images by relevance, latest, or popularity
- View image details in a modal
- Download images directly to your device
## Set up your Unsplash access key (if using the API):
Open the script.js file and find the following line:
```javascript
const accessKey = 'your_unsplash_access_key_here';
```
Replace 'your_unsplash_access_key_here' with your actual Unsplash access key if you want to use the API for fetching images.
## Acknowledgments
- This project uses the Unsplash API to fetch high-quality images (optional).
- Inspired by platforms like Unsplash, Pexels, and Pixabay, which provide a wealth of free stock photos and resources.
## Future Implementation
In future updates, this project will focus on allowing users to upload and manage their own images directly within the application eliminating the need for external APIs.
## Contributing
If you'd like to contribute to this project, feel free to fork the repository and submit a pull request. Any improvements or suggestions are welcome!
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.