A simple expense tracker with voice powered using speechly
- React is used along with Redux to power front-end.
- Chart.js is used to visualize income and expense using pie charts.
- Local-storage is used to store transactions of users.
- Material UI is used for styling components UI.
install dependencies
$ npm install
build for production and launch server
$ npm run build
$ npm run start
Contributions are always Welcome...
- Fork the repository
- Improve current program by
- improving functionality
- adding new feature
- bug fixes
- Push your work and Create a Pull Request