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