An open API service indexing awesome lists of open source software.

https://github.com/icyjoseph/giftslist

React App made with Test Driven Development style
https://github.com/icyjoseph/giftslist

react reactjs tdd test-driven-development

Last synced: 3 months ago
JSON representation

React App made with Test Driven Development style

Awesome Lists containing this project

README

          

# Gifts List

[![Build Status](https://travis-ci.org/icyJoseph/giftsList.svg?branch=master)](https://travis-ci.org/icyJoseph/giftsList)

App built using the Test Driven Development (TDD) coding style.

## Usage

1. Clone the repository

```
git clone https://github.com/icyJoseph/giftsList.git
```

2. Enter the directory

```
cd giftsList
```

3. Install dependencies

```
npm install
```

4. Run the application

```
npm run start
```

5. Verify test coverage

```
npm run test -- --coverage
```

## Acknowledgement

This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).