Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elisa-amaral/personal-expenses-management-system

Personal expenses management system coded in JavaScript, HTML, CSS and Bootstrap plus localStorage (used as the database).
https://github.com/elisa-amaral/personal-expenses-management-system

bootstrap chrome-localstorage css html javascript

Last synced: 4 days ago
JSON representation

Personal expenses management system coded in JavaScript, HTML, CSS and Bootstrap plus localStorage (used as the database).

Awesome Lists containing this project

README

        

# Personal Expenses Management System

This project is a personal expenses management system.
## Screenshot

![Screenshot](Screenshot.png)

## Database Information

The database was created with Chrome localStorage. The project must be opened on Chrome browser to work properly. The data is stored on the Chrome profile (if there's more than one on the machine). However, when the history is cleared, the data will also be cleared from localStorage and any record previously added will also be cleared.

## Technology Stack

The project was built with:

+ JavaScript
+ Chrome localStorage
+ HTML
+ CSS
+ Bootstrap