Open sidebar
Full-stack todo application
1.
Introduction
2.
Architecture
3.
Set up the project
4.
Develop the HTML structure
5.
Style the application
6.
Develop CRUD functionality
6.1.
Create items
6.2.
Read items
6.3.
Update items
6.4.
Delete items
7.
Enhance HTML forms
8.
Integrate with the database
9.
Deploy the database
10.
Deploy the application