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.
npm install
npm test
to run testsnpm run dev
and go tolocalhost:8080
to run app and tests at the same time