Skip to content

Instantly share code, notes, and snippets.

@myagoo
Created February 14, 2023 20:18
Show Gist options
  • Save myagoo/a934ae79360c209711c7e424bd08b99c to your computer and use it in GitHub Desktop.
Save myagoo/a934ae79360c209711c7e424bd08b99c to your computer and use it in GitHub Desktop.
Initial todo items for fullstack react course
[
{
id: 1676405640328,
text: "Ajouter, visualiser et supprimer des todos",
completed: true
},
{
id: 1676405640328,
text: "Modifier une todos",
completed: true
},
{
id: 1676405654541,
text: "Charger la liste des todos depuis une api externe",
completed: true
},
{
id: 1676405660103,
text: "Utiliser le localStorage",
completed: false
},
{
id: 1676405750642,
text: "Pouvoir modifier le texte",
completed: false
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment