Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/katareena/imagehub
Photo inspiration app with infinite virtual scrolling
https://github.com/katareena/imagehub
react react-router-dom responsive-layout scss typescript
Last synced: about 1 month ago
JSON representation
Photo inspiration app with infinite virtual scrolling
- Host: GitHub
- URL: https://github.com/katareena/imagehub
- Owner: katareena
- Created: 2023-03-23T09:05:59.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T10:35:15.000Z (about 1 year ago)
- Last Synced: 2024-11-07T00:49:09.090Z (3 months ago)
- Topics: react, react-router-dom, responsive-layout, scss, typescript
- Language: TypeScript
- Homepage: https://imagehub.vercel.app
- Size: 5.99 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Welcome to ImageHub App👋
### Photo Inspiration App created using create-react-app.* [Pexels API integration](https://www.pexels.com/api/documentation);
* Infinite virtual scrolling;
* Favouriting;
* Searching;
* Lazy-loading images;
* Adaptive layout;
* Cross-browser compatibility (Chrome, Firefox).#### 🏠 [Homepage](https://github.com/katareena/imagehub)
#### ✨ [Demo](https://imagehub.vercel.app/)---
### Prerequisites
* node >= 16.13.0
* npm last version---
### Install & Run
```ssh
git clone https://github.com/katareena/imagehub.git
npm install
npm start```