benrondeau / React-ToDos-App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo App using React, Jest/Enzyme for testing.

Build Status

Updates

  • Styling added to app.
  • Add new item, sort list by name and recency features added.
  • Added tests for these new features and existing component tests (16 new, 24 in total, 94% coverage).
  • Added build script, for deployment purposes (see build folder).
  • Added automated testing with TravisCI.
  • Code coverage report generated in logs.

Local Setup

npm	install	-g	yarn
cd	to/this/directory
yarn	install
yarn	start

About


Languages

Language:HTML 61.1%Language:JavaScript 28.7%Language:CSS 10.2%