Skip to content

Expense/income accounting system The front-end part of the project is written in 2 versions: in pure JS and in pure TS.

Notifications You must be signed in to change notification settings

alvorobyova/lumincoin-finance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expense/income accounting system 🧾

The layout (desktop only) is implemented using Bootstrap with minimal redefinition of styles

✔️ user has the opportunity to register or log in to an account, and also log out
✔️ sidebar displays the user’s full name specified during registration and current balance for operations
✔️ income/expenses tabs display the corresponding categories with which you can perform a number of actions: you can edit or delete existing categories, as well as add new ones
✔️ income and expenses tab displays a table with all operations that can be edited, deleted, or created a new one if necessary
✔️ balance in the sidebar will automatically change with changes in operation's balance
✔️ main page displays income and expense operations, but separately and in graphical form using chart.js
✔️ on the page with operations and on the main page, filtering by dates is configured

All of the above actions are accompanied by http-requests to the server


run backend -> npm start
run frontend -> npm run dev / npm run build

About

Expense/income accounting system The front-end part of the project is written in 2 versions: in pure JS and in pure TS.

Topics

Resources

Stars

Watchers

Forks