todo-components

Todo MVC building blocks.

Usage no npm install needed!

<script type="module">
  import todoComponents from 'https://cdn.skypack.dev/todo-components';
</script>

README

Todo MVC React Components

Todo MVC building blocks.

 Container

Sets up React Router and loads CSS.

 Header

Contains create todo input.

 Main

Shows list of todos and toggle all checkbox.

 Footer

Renders todo count, filter buttons and clear all completed button.