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

https://github.com/mehmet-github06/image-gallery

Build an Image Gallery App using ReactJS.
https://github.com/mehmet-github06/image-gallery

html-css-javascript jsx-syntax module react

Last synced: 10 months ago
JSON representation

Build an Image Gallery App using ReactJS.

Awesome Lists containing this project

README

          

Mehmet Doğan

# Image Gallery

## Description

Project aims to create an image gallery app.

## Problem Statement

- We are adding a new project to our portfolios. So you and your colleagues have started to work on the project.

## Project Skeleton

```
001-Image Gellery Project(folder)
|
|----readme.md # Given to the students (Definition of the project)
SOLUTION
├── public
│ └── index.html
├── src
│ ├── components
│ │ ├── Picture.jsx
│ ├── pages
│ │ ├── Homepage.jsx
│ ├── helper
│ │ └── data.js
│ ├── styles
│ │ ├── style.css
│ ├── App.js
│ ├── index.js
└── package.json
```

## Expected Outcome

![Project snapshot](../Image-Gallery/project/public/Animation.gif)

To have a better understanding, you can check this sample [app](https://galery-imageapp.netlify.app/)

## Objective

Build an Image Gallery App using ReactJS.

### At the end of the project, following topics are to be covered;

- HTML

- CSS

- JS

- ReactJS

### At the end of the project, students will be able to;

- improve coding skills within HTML & CSS & JS & ReactJS.

- use git commands (push, pull, commit, add etc.) and Github as Version Control System.

## Steps to Solution

- Step 1: Create React App using `npx create-react-app image-gallery`

- Step 2: For images you can use `data.js`.

- Step 3: Push your application into your own public repo on Github

- Step 4: Add project gif to your project and README.md file.

## Notes

- You can add additional functionalities to your app.

**

☺ Happy Coding ✍

**