The site is meant for portfolio/showcase usage only. Wallet Saver is a finance tracking web app built using React, Redux, and Firebase.
I created this app to showcase my proficiency in using modern Javascript frameworks. I used React for the frontend, Node.js for the backend, and Google Firebase for data persistance. The design for this landing page is done in vanilla CSS using Flexbox and CSS Grid. While I consider myself more of a front-end dev, I do plan on going full-stack in the near future.
Wallet Saver allows you to add expenses and also edit them. I used Validator.js to sanitize and format the text input.
You can sort your expenses by amount or the date added. I used a third-party web component for the date picker.
You can also easily search for expenses by name. The total amount will update to reflect the expenses found.