Skip to content

BellaMrx/ToDoList_React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDoList_React

ToDo list build with React

Source code in todo-list/src...

Try out the ToDo list here book-of-coding.com

install nanoid

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 to app.js

 import { nanoid } from "nanoid";

About

ToDo list build with ReactJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published