Skip to content

anhtumai/roomie-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roomie frontend

An app allows roommates in one apartment to share, request and manage task. App uses Pusher library to keep all apartment members informed with the latest actions by other members. Written in React (Typescript)

Demo video: Demo video

Full, long video about all functionalities: Youtube video and Vimeo video

Link to live app: Netlify link

Credentials: You can log in with these usernames and passwords:

  • shmosbey, shmosbeypassword (Ted Evelyn Mosby)
  • marshmallow, marshmallowpassword (Marshal Eriksen)
  • lilypad, lilypadpassword (Lily Aldrin)

Link to backend repo: Backend app

Installation

$> git clone git@github.com:anhtumai/roomie-frontend.git
$> cd roomie-frontend
$> npm install

Run

$> npm start