Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/at-sso/budget-tracker-webapp
Effortlessly track expenses and manage budgets with our intuitive web application, featuring seamless API integration.
https://github.com/at-sso/budget-tracker-webapp
Last synced: 9 days ago
JSON representation
Effortlessly track expenses and manage budgets with our intuitive web application, featuring seamless API integration.
- Host: GitHub
- URL: https://github.com/at-sso/budget-tracker-webapp
- Owner: at-sso
- License: gpl-3.0
- Created: 2024-04-16T01:44:24.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-04-23T00:11:41.000Z (7 months ago)
- Last Synced: 2024-04-24T01:18:23.530Z (7 months ago)
- Language: Python
- Size: 83 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Budget Tracker WebApp
This is a simple web application built with Flask that allows users to add expense entries.
## Installation
1. Clone this repository to your local machine:
```bash
git clone https://github.com/at-sso/Budget-Tracker-WebApp.git
```2. Navigate to the project directory:
```bash
cd Budget-Tracker-WebApp
```3. Install the required dependencies:
```bash
pip install -r ./env/requirements.txt
```## Usage
To run the application, execute the following command:
```bash
python main.py
```The application will be accessible at `http://localhost:5000` in your web browser.
## Features
- **Expense Form**: Users can add new expense entries through a web form.
- **Validation**: The form validates that both the name and amount fields are filled out before submission.
- **Simple Interface**: The interface is designed to be user-friendly and intuitive.## Dependencies
- Flask
- Flask-WTF
- WTForms## Contributing
Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.
## License
This project is licensed under the [GNU General Public License v3.0](license).