Skip to content

caro-turnbull/photolabs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 

Repository files navigation

react-photolabs

The PhotoLabs project for the Web Development React course programming.

Photolabs

HomePage shows all the photos and can be filtered by Topic. Also in the Navigation Bar there is an icon to show you when you have any favourites selected.

HomePage shows all the photos and can be filtered by Topic. Also in the Navigation Bar there is an icon to show you when you have any favourites selected.

A modal pops-up when you click on any image.

A modal pops-up when you click on any image.

You can see similar images within the modal and also have the ability to select those as favourites there aswell.

You can see similar images within the modal and also have the ability to select those as favourites there aswell.

Setup

Install dependencies with npm install in each respective /frontend and /backend.

[Frontend] Running Webpack Development Server

cd frontend
npm start

[Backend] Running Backend Servier

Read backend/readme for further setup details.

cd backend
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.1%
  • SCSS 13.0%
  • HTML 2.8%
  • CSS 1.1%