Skip to content

Instantly share code, notes, and snippets.

View lintapop's full-sized avatar
💯

Linting lintapop

💯
View GitHub Profile
import React from "react";
import TodoForm from "./TodoForm";
import Todo from "./Todo";
/*
TodoMVC
1. add todo
2. display todos
3. cross off todo
4. show number of active todos