Skip to content

AkshayGowda-repo/Expense-tracker__voice-powered

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expense-tracker

Expense Tracker

Technologies

JavaScript React Chart.js Redux Material-UI

About

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.

Installation

install dependencies
$ npm install

build for production and launch server
$ npm run build
$ npm run start

Links

Deployed

Netlify

Contribution

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