Skip to content

msn2106/react-album

Repository files navigation

react-album

React Photo Album This is a react application to show the albums pulled from json placeholder api. It has album view and photos view. You can click on album to browse photos inside of it.

Sample Result

image

image

Installation

  1. Clone this repository:
$ git clone https://github.com/mohamedsamara92/react-photo-gallery.git
  1. Go to project directory:
cd react-photo-gallery
  1. Install all dependencies using npm or yarn :
npm install
  1. Start server using command below:
npm start
  1. Open http://localhost:8080 in your browser

TODO

  1. Add Add Album functionality
  2. Add Delete Album functionality
  3. Host the site - Done
  4. Add Next and Previous functionality when the image is browsed
  5. Link to your backend
  6. Add functionality to upload images and use firebase to store those images
  7. Make it responsive for mobile devices