Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 3.38 KB

README.md

File metadata and controls

56 lines (40 loc) · 3.38 KB

---------------Galvanize MCSP-20---------------

Front End Capstone Project: Hipcamp.com Clone (Hopcamp)

-Front End focused project developed over the course of two weeks to replicate the UI design of an exisiting webpage

FEC Demo 1 FEC Demo 2

Tech Stack

JavaScript HTML CSS React Bootstrap Vite

Node.js Express.js Supabase

Git Npm PostgreSQL Docker

GitHub Slack Discord

Objectives & Minimum Requirements

  • Build a Full-Stack UI Clone of a webpage's "item detail page"
  • Page must contain multiple distinct modules of functionality
  • Selected webpage should have sufficient complexity
  • Implement React Components
  • Perform API requests

Installation & Setup

  • cd into each server and client folder and run npm install

  • spin up client/server separately

    • npm dev in the client folder
    • npm start in the server folder
  • we used Supabase for db, all migration and seed files are in the server/db folder

Developers