Source code for the complete thinknext shopping list application, built with:
- Angular for the frontend
- NestJS for the backend
- Azure Functions and Azure Storage Static Website for deployment
Write a standalone web page that displays a shopping list and allows the user to add items to it. An item is represented by a text describing what to shop (e.g. milk, eggs, pasta). Each item of the resulting shopping list has a checkbox that, when checked, strikes the item and puts it at the bottom of the list (the user bought it). The user is also able to unstrike a given element to put it back up the list, and should also able to remove or change the text of any item from the list.
The application is based on this article: "Build your first serverless app with Angular, NestJS and Azure"
For CI I have used Travis
The application has been deployed in https://shoplistdjimenezc.z16.web.core.windows.net/
