Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 505 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 505 Bytes

;TLDR

An app to request an invitation

Broccoli & Co., an upcoming online service company, would like to let people to "Request an invitation" on their website.

Deployed app at https://request-invite.herokuapp.com/


Animated demo below

Notes

Instructions

To run on a your local machine

  1. Clone this repo
  2. run yarn install
  3. run yarn start
  4. On a browser, go to localhost:3000

To run test

  1. run yarn test