Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purengugi/track-my-money
Track My Money is an app that can be used to track all your Incomes and Expenses so you don't have to wonder where your hard earned money went.
https://github.com/purengugi/track-my-money
Last synced: 18 days ago
JSON representation
Track My Money is an app that can be used to track all your Incomes and Expenses so you don't have to wonder where your hard earned money went.
- Host: GitHub
- URL: https://github.com/purengugi/track-my-money
- Owner: Purengugi
- Created: 2024-05-03T10:05:57.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-10T17:41:37.000Z (8 months ago)
- Last Synced: 2024-11-09T15:29:02.264Z (2 months ago)
- Language: JavaScript
- Size: 2.62 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Track-my-money
Welcome to Track My Money where all your incomes and expenses are tracked so you don't have to wonder where your hard earned money went
# About
Track My Money is a webapp that can be used to keep track of all incomes and expenses so that you never have to wonder where you spent all your hard earned money.
# Installation
To run Track My Money locally, follow these steps:
- Clone the repository: 'https://github.com/Purengugi/Track-my-money.git'
- Navigate to the project directory: cd Track-my-money
- Install dependencies: npm install
- Start the server: npm start
- Open your browser and visit 'http://localhost:3000' to view the application.# Technologies Used
- ReactJS
- JavaScript
- CSS
- Material UI.
- HTML# Contributing
We welcome contributions from the community to help improve MobileShopee. If you'd like to contribute, please follow these guidelines:- Fork the repository.
- Create a new branch: git checkout -b feature/your-feature.
- Make your changes and commit them: git commit -m 'Add your feature'.
- Push to the branch: git push origin feature/your-feature.
- Submit a pull request detailing your changes.