Skip to content

An example React application (with tests) for the "React Testing Cookbook" Egghead.io series

Notifications You must be signed in to change notification settings

pct-tr22/favorite-quotes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

favorite-quotes

A React application for an Egghead.io series. The app lets you add quotes (author and quote text), and then like or remove them from your quote list. You can also change the color theme of your quote list.

Getting Started

  1. npm install
  2. npm test to run tests
  3. npm run dev and go to localhost:8080 to run app and tests at the same time

About

An example React application (with tests) for the "React Testing Cookbook" Egghead.io series

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.3%
  • HTML 2.7%