nexxai / photolabs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Photolabs

Description

PhotoLabs is a React-based single-page application (SPA) that allows users to view photos in different contexts.

Screenshots

Default View

Default View

Viewing a Single Photo

Modal Open

Liked Photo

Liked Photo

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


Languages

Language:JavaScript 82.5%Language:SCSS 13.6%Language:HTML 2.8%Language:CSS 1.1%