Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zevhys/cash-flow
Cash Flow Tracker Web Application
https://github.com/zevhys/cash-flow
bootstrap html-css-javascript jquery webpack
Last synced: 23 days ago
JSON representation
Cash Flow Tracker Web Application
- Host: GitHub
- URL: https://github.com/zevhys/cash-flow
- Owner: Zevhys
- License: mit
- Created: 2024-09-16T09:32:07.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T11:34:58.000Z (2 months ago)
- Last Synced: 2024-10-29T13:24:44.274Z (2 months ago)
- Topics: bootstrap, html-css-javascript, jquery, webpack
- Language: JavaScript
- Homepage: https://cash-flow.pages.dev
- Size: 1.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# expense-tracker
[![Author](http://img.shields.io/badge/[email protected])](https://www.linkedin.com/in/rakha-djauhari/) [![GitHub license](https://img.shields.io/github/license/Zevhys/cash-flow)](https://github.com/Zevhys/cash-flow/blob/main/LICENSE) ![GitHub repo size](https://img.shields.io/github/repo-size/Zevhys/cash-flow)
[![CodeQL](https://github.com/Zevhys/cash-flow/actions/workflows/codeql.yml/badge.svg)](https://github.com/Zevhys/cash-flow/actions/workflows/codeql.yml) [![ESLint](https://img.shields.io/github/actions/workflow/status/Zevhys/cash-flow/eslint.yml?label=ESLint&logo=eslint)](https://github.com/Zevhys/cash-flow/actions/workflows/eslint.yml) ![Dependabot Status](https://img.shields.io/badge/dependabot-active-brightgreen?logo=dependabot)The Cash Flow Tracker is a web-based tool designed to help users efficiently track their income and expenses. It provides an intuitive interface where users can input financial data and monitor their cash flow over time. The tool is responsive.
# Tech Stack
![HTML](https://img.shields.io/badge/HTML-E34F26?style=flat-square&logo=html5&logoColor=ffffff)
![CSS](https://img.shields.io/badge/CSS-1572B6?style=flat-square&logo=css3&logoColor=ffffff)
![Bootstrap](https://img.shields.io/badge/Bootstrap-7952B3?style=flat-square&logo=bootstrap&logoColor=ffffff)
![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=flat-square&logo=javascript&logoColor=000000)
![Node.js](https://img.shields.io/badge/Node.js-339933?style=flat-square&logo=nodedotjs&logoColor=white)
![Webpack](https://img.shields.io/badge/Webpack-8DD6F9?style=flat-square&logo=webpack&logoColor=white)
![](https://img.shields.io/badge/Font%20Awesome-528DD7?style=flat-square&logo=fontawesome&logoColor=ffffff)# Installation
```bash
# clone repository
git clone https://github.com/Zevhys/cash-flow .# Start a server in development mode on port 8080
npm run start# Build the app and output it in `/dist`
npm run build
```# Collaborator
> [!NOTE]
> I am currently working on a project in collaboration with my friend, [@nndda](https://github.com/nndda)