Table of Contents
View the live deployed project here (Project Link) .
An advanced voice powered application, which can be used to keep track of all your incomes and expenses. It also provides a graphical representation of all your transactions. User can add as many transactions as they want and get a detailed visual representation of how their transactions look like.
Project Use Cases:
- Its very important for everyone to manage their finances and our project helps in achieving that.
- There are a lot of Income and Expense Categories so that the user can easily differentiate their earnings and spendings.
Various different technologies, frameworks and tools used in the building of this project are: -
You can also set up this project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software.
- Node JS
- NPM
- Get a free API Key for Voice Integration in your project at Speechly.
- Clone the repository
git clone https://github.com/Assassin1771/MONEY-TRACKER.git
- Install NPM packages
cd app npm install
- Enter your API in
index.js
- Run Project
npm run start
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request