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.
- Clone this repository:
$ git clone https://github.com/mohamedsamara92/react-photo-gallery.git
- Go to project directory:
cd react-photo-gallery
- Install all dependencies using npm or yarn :
npm install
- Start server using command below:
npm start
- Open http://localhost:8080 in your browser
- Add Add Album functionality
- Add Delete Album functionality
- Host the site - Done
- Add Next and Previous functionality when the image is browsed
- Link to your backend
- Add functionality to upload images and use firebase to store those images
- Make it responsive for mobile devices