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.
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
Install dependencies with npm install
in each respective /frontend
and /backend
.
- 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