Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 837 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 837 Bytes

MyExpenses-ReactCsharp

This is a small budgeting application I built to practice implementing different types of REST APIs. I came accross some great advice once that mentioned a good way to practice and learn new technologies is to build different versions of the same application. This is exactly that.

This version contains a frontend built with React and Redux and it implements the backend with a REST API built with C#. The application has authentication, and allows users to log in and track their expenses. A handy chart breaks down the expenses by category.

This application is deployed here: https://danielbraaksma.github.io/MyExpenses-ReactCsharp/

demo user:
email: [email protected]
password: pass123!

The backend repo for this app can be found here: https://github.com/DanielBraaksma/MyExpenses-CSharp-REST-API