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.
- Host: GitHub
- URL: https://github.com/mehmet-github06/image-gallery
- Owner: Mehmet-github06
- Created: 2023-11-28T21:08:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T21:23:04.000Z (about 2 years ago)
- Last Synced: 2025-01-16T05:25:43.475Z (12 months ago)
- Topics: html-css-javascript, jsx-syntax, module, react
- Language: JavaScript
- Homepage: https://galery-imageapp.netlify.app/
- Size: 16.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

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 ✍
**