Code Monkey home page Code Monkey logo

decentralized-expense-tracker's Introduction

๐ŸŒŒ Tracking Expenses Securely!

License: MIT Open Source Love


Jarvis is A web application backed by the power of Decentralization! The motive of the application is to assist the user in managing and maintaining his/her transactions. A transaction can be either in form of income or expense. This application provides visualizations in form of graphs giving users the ability to track by visualizing his/her expenses over a period of time. The application provides the functionality to export the transactions in an excel file. The user can also add transactions through voice commands with a simple click of a button. In addition all data that the user generates is stored on the blockchain in a decentralized manner powered by Ethereum, which prevents the risks of illegal tampering with the data.

โ„๏ธ Features:

  • Data Security
  • Graphical Visualization
  • Top Diversifications
  • Exporting Data to Excel
  • Voice Recognition

โ„๏ธ Demo

๐Ÿ› ๏ธ Technology Stack

  • Website TypeScript Next JS React Bootstrap Chart.js

  • Backend Solidity Ethereum Hardhatย 

  • Hosting Fleekย  Goerli Etherscanย  Alchemyย 

โ„๏ธ ScreenShots

  1. Overview

  • Input form
  • Current Balance and Transaction Overview
  • drawing
  1. Transactions

  • List of Transaction sorted by date
  • Download Transaction Option
  • Graphical Analysis of Incomes & Expenses
  • drawing
  1. Performance

  • Line Graph for analysing transactions throught the year
  • drawing
  1. Diversification

  • Graphical Analysis of Top Incomes and Expenses
  • drawing

๐Ÿƒ Local setup - Frontend

Before starting ๐Ÿ, you need to have Git and Node installed.

# Clone this repository
$ git clone https://github.com/J0SAL/Decentralized-Expense-Tracker.git
# Go into the repository
$ cd Decentralized-Expense-Tracker
$ cd frontend
# Install Dependencies
$ npm install
# Run Application
$ npm run dev
# The server will start at <http://localhost:3000>

๐Ÿƒ Local setup - Backend

Before starting ๐Ÿ, you need to have Git and Node installed.

# Clone this repository
$ git clone https://github.com/J0SAL/Decentralized-Expense-Tracker
# Go into the repository
$ cd Decentralized-Expense-Tracker
$ cd backend
# Install dependencies
yarn
# Code Compile
yarn hardhat compile
# testing (optional)
yarn hardhat test
# Run the nodes (*terminal-1*)
yarn hardhat node
# Deploy contract to localhost (*terminal-2*)
yarn hardhat deploy --network localhost

To run this project, you will need to add the following environment variables to your .env file inside your backend folder.

Environment Varaibles
GOERLI_RPC_URL=<ALCHEMY_URL> # (https://www.alchemy.com/)

PRIVATE_KEY=<YOUR_ACCOUNT_PRIVATE_KEY> # (https://www.alchemy.com/)

ETHERSCAN_API_KEY=<YOUR_KEY> # (https://goerli.etherscan.io/)

UPDATE_FRONT_END=true # (true: dynamically update ABI and contract address frontend)

๐Ÿค  Contributors

decentralized-expense-tracker's People

Contributors

j0sal avatar akshayamadhuri avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.