Skip to content

Commit

Permalink
Merge pull request #1 from 401-advanced-js/lab27
Browse files Browse the repository at this point in the history
documentation done
  • Loading branch information
shiratap authored Apr 23, 2019
2 parents 2023953 + 54fc282 commit 94386bf
Show file tree
Hide file tree
Showing 7 changed files with 2,154 additions and 100 deletions.
42 changes: 40 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,42 @@

![CF](http://i.imgur.com/7v5ASc8.png) LAB
=================================================

## Lab27

### Author: Spencer Hirata

### Links and Resources
* [PR](https://github.com/401-advanced-js/lab-27/pull/1)
* Travis
[![Build Status](https://travis-ci.com/401-advanced-js/lab-27.svg?branch=master)](https://travis-ci.com/401-advanced-js/lab-27)

###UML
[UML](./assets/lab-27.jpg)
### Documentation
* `npm i react-styleguidist`
* `npx styleguidist server`
* Go to this url in your browser after the server fires up
* `http://172.16.12.226:6060/`

### Components
- Counter
- Header
- Footer
- App

### Testing
After cloning the repo down
- `npm run test`<br>

Assertions:
* The header component should have a header tag
* The footer component should have a footer tag
* Counter component:
* The counter should have a button
* On increment click, the button should increment the counter
* On decrement click, the button should decrement the counter
#### Running the app
* `npm start`

#### UML

[UML](./assets/lab-27.jpg) -- DIDN'T DO
Loading

0 comments on commit 94386bf

Please sign in to comment.