Simple Budgeting App

Cover Image for Simple Budgeting App

This very simple month-long budgeting app is built with Vue, a progressive JavaScript web framework for building user interfaces.

inputting debits and credits to the app

It allows you to input the money currently in your bank account, and then add any large debits or credits remaining for the month. At the top, it calculates the amount of money you'll finish the month with in real-time.

I created this app in just a few hours, after doing an initial Vue tutorial. I was curious how the framework would compare to React, which I'm much more familiar with.

The full source code is available on GitHub.

You can experience the app hosted online here.

Subscribe

Get updates right to your inbox!


Cover Image for Clean Spoon Web App

Clean Spoon is a single-page web app (SPA) that allows you find recipes based on the ingredients that are already in your fridge. Built with React in the front-end, and Ruby on Rails in the back-end.

Read more →
Cover Image for Chatty: Real-Time Instant Messaging App

Lightweight real-time single-page chat app using React and WebSockets.

Read more →