A complex voice-powered expense tracker that allows to add your transactions and visualize them neatly in the form of a categorized doughnut chart.
- React
- Speechly - ML/AI based voice recognition library
- Chart JS - plotting doughnut graph for expenses/income
- Context API
- Local Storage
- Material UI
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