kamilarici / img-gallery

img gallery

Home Page:https://img-gallery-rho.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

    Photo Gallery App

What's used in this app ? How to run ? Author
  • React
  • Booststrap
  • Javascript
  • Html
  • Css
  • Once you clone the project

    1. run pnpm install or yarn install for node modules
    2. run pnpm start or yarn start for open development stage
  • Take a look at my other projects
  • Visit me on Linkedin
  • What is this project about ?

    This project is basically list the images by mapping the component.

    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
    
    
    
    

    About

    img gallery

    https://img-gallery-rho.vercel.app


    Languages

    Language:JavaScript 79.1%Language:HTML 17.2%Language:CSS 3.7%