Skip to content

ShalinAJ/CoinSense

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to CoinSense

CoinSense is a comprehensive financial management platform designed to provide users with a detailed overview of their financial activities, including transactions, investments, and market data for both crypto and stock markets. It offers an intuitive and user-friendly interface for managing personal finances, investments, and trading activities.

Diagram

Published App - CoinSense

Pages

  1. Home Page
  2. Login and Register
  3. Dashboard - Offers users a comprehensive overview of their financial portfolio
  4. Transactions - Detailed view of all financial transactions
  5. Investments - Detailed view of all financial Investments
  6. Crypto and Stock Markets -
  7. Wallet & Trading Wallet - Provides users with a detailed view of their various wallets
  8. Account

Technologies Used in the Project

Prerequisites

  • Installation of Node (16 LTS)
  • Installation of npm package manager
  • Installation of Postman (optional)
  • Code Editor

Demo Account Credentials

Installation Guide

  1. Clone this repository to your local machine:
    https://github.com/ShalinAJ/CoinSense.git
    
  2. Change to the project directory:
    cd CoinSense
    
  3. Go to the Frontend:
    cd frontend/
    
  4. Install the dependencies in the Frontend:
    npm install
    
  5. Then open up a new terminal and cd into the backend:
    cd backend/
    
  6. Install the dependencies in the Backend:
    npm install
    
  7. Compile the Frontend:
    npm run dev
    
  8. Spin up the Backend:
    npm start
    

Screens

  1. Login / Register Page login/register
  2. Dashboard Page Dashboard
  3. Transactions Page Transactions
  4. Income / Expense Page income/expense
  5. Investment Page investment
  6. Crypto / Stock Page crypto/stock
  7. Assest Page assets
  8. Wallet Page wallet
  9. Trading Wallet Page trading wallet

Releases

No releases published

Packages

No packages published