Skip to content

Instantly share code, notes, and snippets.

View thewarriormonkk's full-sized avatar
🎯
Focusing

Satendra Mishra thewarriormonkk

🎯
Focusing
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