Skip to content

401-advanced-js/lab-27

Repository files navigation

CF LAB

Lab27

Author: Spencer Hirata

Links and Resources

  • PR
  • Travis Build Status

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

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

Websites

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published