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: 8 months ago
JSON representation

Cash Flow Tracker Web Application

Awesome Lists containing this project

README

          

# expense-tracker
[![Author](http://img.shields.io/badge/author-@Zevhys-blue.svg)](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) [![Issues Welcome](https://img.shields.io/badge/issues-welcome-brightgreen.svg)](https://github.com/Zevhys/cash-flow/issues) [![CodeQL](https://github.com/Zevhys/cash-flow/actions/workflows/codeql.yml/badge.svg)](https://github.com/Zevhys/cash-flow/actions/workflows/codeql.yml) [![Pull Requests Welcome](https://img.shields.io/badge/pull%20requests-welcome-brightgreen.svg)](https://github.com/Zevhys/cash-flow/pulls) [![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


# 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

# Running ESLint
- npx eslint .

# Collaborator
> [!NOTE]
> I am currently working on a project in collaboration with my friend, [@nndda](https://github.com/nndda)