/photolabs

A React app assignment for Lighthouse Labs

Primary LanguageJavaScript

React App Assignment

PhotoLabs is a React App project assignment completed for Web Development Bootcamp at Lighthouse Labs.

PhotoLabs

App Functionalities

Displaying photos by topics

User can like a photo from anywhere where it displays. A notification dot will appear when a photo is liked.

User can click on the photo to see a larger version. Similar photos will be displayed beneath.

Tech Stack

  • React
  • Javascript
  • Axios
  • PostgreSQL
  • SASS
  • Express

Setup

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

[Frontend] Running Webpack Development Server

cd frontend
npm start

[Backend] Running Backend Server

Read backend/readme for further setup details.

cd backend
npm start