Skip to content

czebe/people

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Márton CzebeMárton Czebe
Márton Czebe
and
Márton Czebe
Oct 14, 2017
a3e7df2 · Oct 14, 2017

History

4 Commits
Oct 14, 2017
Oct 14, 2017
Oct 14, 2017
Oct 14, 2017
Oct 14, 2017
Oct 14, 2017
Oct 14, 2017
Oct 14, 2017

Repository files navigation

People

'People' is a phonebook/directory web application for a fictitious company. It contains contact information for staff accross all departments and offices. Use the keyword search or filters to find the person you're looking for.

View the live demo: https://people-tw.herokuapp.com/

Installing

Clone this repo to your local development environment. Next, install all project dependencies:

npm install

Development / running on localhost

To run the app on your local environment run:

npm start

Running the tests

Test are written using Mocha, Enzyme, Sinon and Moxios To run unit tests run:

npm run test

Building

To build production version of the code run:

npm run build

Releases

No releases published

Packages

No packages published