Reactville

A completed version of Reactville can be found here. You can use this as reference for the functionality that you are being asked to implement.

Getting Started

  1. Move to a directory of your choice.

  2. Make a fork of the starter code and clone it to your machine:

    gh repo fork https://github.com/SEI-Remote/reactville --clone=true
  3. Open the project in VS Code

    cd reactville
    code .
  4. Install the Node modules:

    npm i
  5. In your terminal, start the React Dev Server:

    npm start

Contributors

David Stinson

Ian Terada

Hunter Long