MattWalterTX / Overlook-Project

0 stars 0 forks source link

Overlook

Abstract

Goals and Objectives

Technologies

Illustrations

Screenshot 2022-11-15 at 11 47 45 AM

Screenshot 2022-11-15 at 11 47 58 AM

Screenshot 2022-11-15 at 11 48 14 AM

Features

Possible Future Extensions

Milestones

Challenges

Set Up

  1. Clone the repo
    git clone git@github.com:MattWalterTX/Overlook-Project.git
  2. Enter the directory and install NPM packages
    npm install
    npm start
  3. Clone the local API repo
    git clone git@github.com:turingschool-examples/overlook-api.git
  4. Enter the API directory and start the local server
    npm install
    npm start
  5. Enter the following url in your browser: http://localhost:8080/
  6. Explore the website

Sources

Contributors

Project Specs