Skip to content

leslieyjkim/photolabs-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Photolabs

The Photolabs shown in the image appears to be a portfolio or gallery site named 'PhotoLabs', which is possibly built using React for the frontend and Express for the backend. This is a common stack for web development, with React providing a dynamic and responsive user interface and Express serving as a lightweight web server framework running on Node.js.The technical stack indicates a modern, efficient web application likely capable of handling dynamic content and user interactions smoothly.

react-photolabs

The PhotoLabs project for the SPA (Single Page Application) Web Development React course programming.

View Multiple Screenshots

file:///Users/yoonjookim/Desktop/Day%20Mode.png file:///Users/yoonjookim/Desktop/Night%20Mode.png file:///Users/yoonjookim/Desktop/Choose%20my%20favorites.png file:///Users/yoonjookim/Desktop/Favorites%20sorting.png

Setup

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

Start the App

  • Start the backend by running the npm start command from within the /backend folder. The API server will run on Port 8001
  • Start the frontend side using the npm start command from within the /frontend folder. The client will run on Port 3000
  • Navigate to [http://localhost:3000/] in browser

About

lighthouse React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.7%
  • SCSS 15.0%
  • HTML 2.4%
  • CSS 0.9%