Skip to content

Latest commit

 

History

History
16 lines (6 loc) · 220 Bytes

File metadata and controls

16 lines (6 loc) · 220 Bytes

#todList in VANILLA JAVASCRIPT

Run npm i to install dependencies and run your data base: json-server --watch db.json

1 : List my TODOs

2 : Change a TODO state

3 : Detail a TODO

4 : Add a new TODO