- its just simple app so feel free to make any changes. An app that tracks expenses.(shows you a summary of what you do with your expenses).
For you to be able to run the app on your machine, you need to do the following:
- clone the repository (git clone and then the link of the repo).
- initialize a node project (npm init -y)
- install dependencies( npm install )
- After installing the necessary requirements, you can now satrt the app by running the following command in the terminal(node app.js).
- When you run the command youll see the following on your console(App is running on http://localhost:3000), youll just access the link, and the app will run on your device.