Today for fun I wanted to see how much I could do just using AI code.
Below is the prompts I used:
- Using python, I want to create a todo type app that uses json to store the data
- Based off the code above, add in a due date
- Sort tasks by due date
- Add in a priority rating for task, sort task by due date and then by priority.
- Have option 5 show a list of uncompleted tasks, and a list of completed tasks
- Add in an option to edit existing task, including description, due date & priority
- Rather than using the command line, lets create a html interface
Then I found out the edit button didn't bring up the edit form. "Oh hey, sorry. Here are some fixes to the JS"... still not working. Fed it all of the code in index.html. "Here you go. I had left the edit form empty". That worked.
Link to the repo I am storing it in, with pictures, and arrows, and a note on the back: https://github.com/krgirard33/todo_app
No comments:
Post a Comment