Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/furkan-dogu/image-gallery

My first react project
https://github.com/furkan-dogu/image-gallery

image-gallery javascript react yarn

Last synced: about 6 hours ago
JSON representation

My first react project

Awesome Lists containing this project

README

        



# React Image Gallery

This project is a simple gallery application built with React, where users can upload and view images.

## Live Project Link

You can access the live version of the project [here](https://image-gallery-omega-inky.vercel.app/).

## Project Skeleton

```
Image Gallery Project(folder)

SOLUTION
├── public
│ └── index.html
├── src
│ ├── components
│ │ ├── Picture.jsx
│ ├── pages
│ │ ├── Homepage.jsx
│ ├── helper
│ │ └── data.js
│ ├── styles
│ │ ├── style.css
│ ├── App.js
│ ├── index.js
└── package.json
```

## Features

- Image uploading
- Image viewing

## Getting Started

Follow the steps below to run the React Image Gallery on your local machine.

1. Clone the project:

```bash
git clone https://github.com/furkan-dogu/image-gallery.git
```

2. Navigate to the project directory:

```bash
cd image-gallery
```

3. Install the required dependencies:

```bash
yarn install
```

4. Start the React application:

```bash
yarn start
```

The React Image Gallery will run at [http://localhost:3000](http://localhost:3000).

## Usage

Once the application is running, open your browser and go to [http://localhost:3000](http://localhost:3000). You can upload and view images through the user interface.