ToDo list build with React
Source code in todo-list/src...
Try out the ToDo list here book-of-coding.com
nanoid - this is required so that each task returns a unique id.
In the root directory (the folder in which your "react-project" is located):
"$ cd react-project"
then:
npm install nanoid
if yarn:
yarn add nanoid
import { nanoid } from "nanoid";