https://github.com/ibrsec/image-gallery-react_vite
https://github.com/ibrsec/image-gallery-react_vite
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ibrsec/image-gallery-react_vite
- Owner: ibrsec
- Created: 2024-03-20T06:10:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T11:01:27.000Z (almost 2 years ago)
- Last Synced: 2025-02-26T07:44:19.314Z (over 1 year ago)
- Language: JavaScript
- Size: 9.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Image Gallery React Project
An awesome Image Gallery Project
Explore the docs ยป
View Demo
ยท
Report Bug
ยท
Request Feature
๐ Table of Contents ๐
---
[](https://ibrsec.github.io/image-gallery-react/)
---
๐ฆ 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
```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
```
```
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
```
---