Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 837 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 837 Bytes

Screenshot-from-2021-05-15-14-37-26

Introduction

A complex voice-powered expense tracker that allows to add your transactions and visualize them neatly in the form of a categorized doughnut chart.

Technology Stack

  • React
  • Speechly - ML/AI based voice recognition library
  • Chart JS - plotting doughnut graph for expenses/income
  • Context API
  • Local Storage
  • Material UI

Run This App Locally

npm install

Next you need to create a .env file. Add REACT_APP_SPEECHLY_APP_ID as the key. The App ID can be obtained by logging on to Speechly and registering an application for free. Paste the app ID in the .env file.

Next, run

npm start