Return to site

Create a TodoList in ⚛️React with 🤖ChatGPT

· fullstack,react,video

In this video, I create a simple app doing a to-do list.

ChatGPT provided me with a code base.

But the chatGPT version does not allow putting back an item in the undone state.

So I added the code snippet allowing to-do item state edition.

Here the link of the chatGPT question/answer: https://chat.openai.com/share/19281b02-aac6-488a-a41e-2a2b00dbb406

Here the final code on GitHub: https://github.com/vinny59200/vv-react-todo

#react #chatgpt #programming