Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/elisa-amaral/personal-expenses-management-system
- Owner: elisa-amaral
- Created: 2022-07-14T21:37:46.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T19:10:34.000Z (over 2 years ago)
- Last Synced: 2024-11-20T21:44:09.184Z (2 months ago)
- Topics: bootstrap, chrome-localstorage, css, html, javascript
- Language: HTML
- Homepage:
- Size: 167 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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