todomvc-plusplus
todomvc-plusplus copied to clipboard
TodoMVC++ Sample Application
Implement Google Analytics pageview tracking. Create one pageview on initialization, and then others in the router used by the Vue application, such that `#/all` and similar count as pageviews as...
Right now our back end app doesn't do much in the way of error handling. Let's start to patch that up by at least sending errors in our Express app...
Add a UI element to the bottom of the Todo list UI that allows the user to select a "light" or a "dark" theme for the UI. Add a class...
Using our Sass stylesheet, update the color and font for the main title to something a little more readable. Use the same color for the links in the footer of...