Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

```