Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/icyjoseph/notes

Simple pure React app made with TDD style
https://github.com/icyjoseph/notes

javascript notes react tdd todo-list todoapp

Last synced: 5 days ago
JSON representation

Simple pure React app made with TDD style

Awesome Lists containing this project

README

        

# Notes

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

## Purpose

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

## Description

A very basic Todo/Note keeping react app.

## Claims

* Every component in this project has been tested.

## Usage

1. Clone the repository

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

2. Enter the directory

```
cd notes
```

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).