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

https://github.com/darshanas17/gallery-react-app

This is a simple Gallery React App built using React.js. The application allows users to view a collection of images in a clean and responsive UI. It provides features such as image previews, filtering, and smooth animations for a better user experience.
https://github.com/darshanas17/gallery-react-app

gallery-app javascript react react-app reactjs state-management

Last synced: 7 months ago
JSON representation

This is a simple Gallery React App built using React.js. The application allows users to view a collection of images in a clean and responsive UI. It provides features such as image previews, filtering, and smooth animations for a better user experience.

Awesome Lists containing this project

README

          

# 📷 Gallery React App

🔗 **Live Demo:** [Gallery App](https://galleryappd17.ccbp.tech/)

A simple **Gallery App** built using **React.js**. This app provides a clean and user-friendly interface to display images with smooth transitions and filtering options.

## 🚀 Features
- 📸 Displays a collection of images in a gallery layout
- 🎨 Fully responsive design
- 🔍 Image filtering or categorization (if implemented)
- ⚡ Fast and smooth UI powered by React Hooks

## 🛠️ Technologies Used
- **React.js** - Frontend framework
- **JavaScript (ES6+)** - Core scripting
- **CSS** - Styling and responsiveness

## 📂 Project Setup

### Prerequisites
Ensure you have the following installed:
- **Node.js** (Download from [nodejs.org](https://nodejs.org/))
- **npm** (comes with Node.js) or **yarn** (optional)

### Installation
1. Clone the repository:
```sh
git clone https://github.com/Darshanas17/gallery-react-app.git
```
2. Navigate to the project directory:
```sh
cd gallery-react-app
```
3. Install dependencies:
```sh
npm install # or yarn install
```
4. Start the development server:
```sh
npm start # or yarn start
```
5. Open your browser and visit **`http://localhost:3000/`** to view the app.