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

https://github.com/ibrsec/image-gallery-react_vite


https://github.com/ibrsec/image-gallery-react_vite

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

          







Logo


Image Gallery React Project


An awesome Image Gallery Project
Explore the docs ยป




View Demo
ยท
Report Bug
ยท
Request Feature


๐Ÿ“Ž Table of Contents ๐Ÿ“Ž


  1. About The Project


  2. Overview

  3. Quick Setup

  4. Directory structure

  5. Built With


---


## โ„น๏ธ About The Project

[![image-gallery-react](./src/assets//project.png)](https://ibrsec.github.io/image-gallery-react/)

(back to top)

---


## ๐Ÿ‘€ Overview

๐Ÿ“ฆ Used unsplash api for random images
๐ŸŽฏ Api brings random photos every refresh of the page
๐ŸŒฑ You can go to the images own unsplash pages by clicking on the them

(back to top)


## ๐Ÿ›ซ Quick Setup

```sh
# clone the project
git clone https://github.com/ibrsec/image-gallery-react.git

# enter the project directory
cd image-gallery-react

# install dependency
npm install || yarn install

# develop
npm run dev || yarn start
```

(back to top)


## ๐Ÿ“‚ Directory structure

```
image-gallery-react (folder)

|
|---public (folder)
|---src (folder)
| |---assets (folder)
| |
| |---scss (folder)
| | |---_content.scss
| | |---_header.scss
| | |---_reset.scss
| | |---_variable.scss
| | โ””---_main.scss
| |
| |---App.jsx
| |---content.jsx
| |---header.jsx
| |---main.jsx
| โ””---App.js
|
|----index.html
|----package.json
|----package-lock.json
|----readme.md
โ””----vite.config.js
```

(back to top)

---


### ๐Ÿ—๏ธ Built With








(back to top)