#100daysofcode Day 62
After today's session, I built my to-do-list app to add a list of items to an array of items which the user enters in the prompt to enter a new item to be added.
However, the app can only capture user input but at the moment, cannot save it as there is no current database. As with all to-do lists, it should be able to add or remove data, it should be capable of rendering pages dynamically and it should be able to store data that's entered or deleted.
After today's session, I built my to-do-list app to add a list of items to an array of items which the user enters in the prompt to enter a new item to be added.
However, the app can only capture user input but at the moment, cannot save it as there is no current database. As with all to-do lists, it should be able to add or remove data, it should be capable of rendering pages dynamically and it should be able to store data that's entered or deleted.