Skip to content

Olanrewaju-Ak/photolabs-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Photolabs App

The PhotoLabs app was created using react and is a photo-documenting or display application.It was a good base to practice core react concepts and principles

Photolabs Final Product

Screenshot of photolabs homepage on load

"screenshot of photolabs homepage on load"

Screenshot of photolabs homepage on load

"screenshot of photolabs sorting images by topic"

Screenshot of photolabs homepage on load

"screenshot of photolabs with modal open"

Screenshot of photolabs homepage on load

"screenshot of photolabs with modal open showing similar photos"

Setup

  1. Create a new repository using this repository as a template.
  2. Clone your repository onto your local device.

3.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

Dependencies

  • express
  • cors
  • dotenv
  • react
  • axios

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.7%
  • SCSS 12.7%
  • HTML 2.6%
  • CSS 1.0%