Skip to content

JBallin/react-inbox

Repository files navigation

React Inbox

Description

Gmail clone, built in React, that stores data in-memory using an API provided by Galvanize (with some modifications). I was given the basic HTML structure and seed data but otherwise built everything on my own.

Screenshots

Select Messages

select

Open Message

open

Compose Message

compose

Usage

This was built using Create React App and can be run using:

$ yarn install
$ yarn start

Note: API must be running as well.