This project is the frontend portion of the CRUD MVC web application where a user can create a list of expenses that are categorized as either income or expense. The user may choose to modify or delete any entry from the list. The Angular SPA consumes the REST API using the various HTTP endpoints by sending requests to the backend based on what the user wishes to do.
- Angular (JavaScript framework): The frontend consists of an Angular SPA (single page application).