Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/icyjoseph/notes
- Owner: icyJoseph
- Created: 2018-01-06T15:18:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-18T15:00:20.000Z (over 4 years ago)
- Last Synced: 2024-11-21T00:54:58.667Z (2 months ago)
- Topics: javascript, notes, react, tdd, todo-list, todoapp
- Language: JavaScript
- Homepage:
- Size: 201 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).