Sunday, February 23, 2020

Expense-Tracker (from Traversy Media) With Asp.Net Core Back-end


In order to continue my practice of front-end javascript, I copied Brad's repo for the front-end (plain JS version) to check and learn from it.

I transformed it to a full-stack app using Asp.Net Core Razor Pages, In-Memory Database and API Controller.



The application is online: https://expensetracker.zoltanhalasz.net/

My repo is: https://github.com/zoltanhalasz/ExpenseTracker

The main difference is that his version uses the local storage of the browser, whereas mine has back-end using in-Memory database.

I hope that some of you find this useful.

No comments:

Post a Comment