Skip to content

Instantly share code, notes, and snippets.

View skymach97's full-sized avatar
🎯
Focusing on Coding

SkyMach97 skymach97

🎯
Focusing on Coding
  • 127.0 0.1 / localhost
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