Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
4 views7 pages

Web Report

Uploaded by

mjazeel2005
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views7 pages

Web Report

Uploaded by

mjazeel2005
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

VISVESVARAYA TECHNOLOGICAL UNIVERSITY

“Jnana Sangama” Belgaum - 590014

A MINI PROJECT REPORT


ON
“CRYPTOCURRENCY MANANAGEMENT SYSTEM”
In partial fulfillment of the requirement of CIE in Web Lab (BCSL504) for the award of
BACHELOR OF ENGINEERING
IN
COMPUTER SCIENCE AND ENGINEERING
Submitted By
T MOHAMMED JAZEEL 4PA23CS116

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING

DEPARTMENT OF COMPUTER SCIENCE AND ENGG


P.A.C. E Page 1
ABSTRACT
The Cryptocurrency Management System is a web application designed to help
users easily manage and track their cryptocurrency investments. It allows users to
view live crypto prices, add and manage their holdings, and record simple transactions
like buying and selling. Users can also see the total value of their portfolio and get
basic notifications for price changes.

The system uses a PostgreSQL database to store user accounts, portfolio details, and
transaction history securely. With a clean interface built using HTML, CSS, and
JavaScript, the application is simple and easy to use, making it suitable for beginners
and students who want to learn about cryptocurrency management. This project also
provides practical experience in web development and working with databases for
real-world data handling.

DEPARTMENT OF COMPUTER SCIENCE AND ENGG


P.A.C. E Page 2
PROJECT PROFILE

Project Definition CRYPTOCURRENCY


MANAGEMENT SYSTEM

Objective To manage the details of


Users, Cryptocurrencies, Portfolios,
Transactions, and Price Alerts

Front End HTML,CSS,JAVASCRIPT

Database POSTGRESQL

Operating Environment Windows 11

Project Internal Guide Prof. Hafeez

&

Prof.Saleem

DEPARTMENT OF COMPUTER SCIENCE AND ENGG


P.A.C. E Page 3
1 INTRODUCTION

INTRODUCTION
The Crypto Portfolio Tracker is a simple web app that helps users keep track of
their cryptocurrency investments. It shows live prices of popular coins like Bitcoin
and Ethereum using a free API and lets users add the amount of crypto they own. The
app then calculates the total value of their portfolio in real-time. Data is saved in the
browser using localStorage, so users don’t lose their information after refreshing.
Built with just HTML, CSS, and JavaScript, this project is easy to make while still
being very practical for anyone interested in cryptocurrencies.

PURPOSE:

The purpose of the Cryptocurrency Management System is to provide users with


a centralized and user-friendly platform to manage their cryptocurrency
investments. Since many investors hold multiple digital assets, it can be difficult
to track prices, record transactions, and monitor overall performance across
different platforms. This system brings everything together by showing live
market data, allowing users to add and manage their personal holdings, view
transaction history, and track the total value of their portfolio over time. By
organizing this information in one place, the project helps users make better
investment decisions while also serving as a practical example of how modern
web technologies can be used to solve real-world problems

OBJECTIVES:

The main objective of this project is to create a simple web application that helps users
manage their cryptocurrency portfolio in one place. The system will allow users to view
live cryptocurrency prices, add and track their own holdings, and record basic
transactions like buying and selling. It will also use a database to store user information,
portfolio details, and transaction history securely. By presenting all this information
clearly, the project makes it easier for users to monitor their investments and understand
their portfolio’s performance, while also giving hands-on practice with web
development using HTML, CSS, JavaScript, and PostgreSQL.

DEPARTMENT OF COMPUTER SCIENCE AND ENGG


P.A.C. E Page 4
ORGANIZATION OVERVIEW:

The Cryptocurrency Management System is organized into two main parts: the
Frontend and the Database, which work together to provide a complete application.
1. Frontend (Client-Side)
o Built using HTML, CSS, and JavaScript.
o Provides a simple and user-friendly interface.
o Allows users to view live cryptocurrency prices, add and track their
holdings, and record basic buy/sell transactions.
2. Database
o Managed using PostgreSQL.
o Stores important data such as user details, cryptocurrency information,
portfolio records, and transaction history.
o Ensures secure storage and easy retrieval of data whenever required by
the system.
Together, these components make the system reliable and easy to use, while keeping
the design simple and efficient.

DEPARTMENT OF COMPUTER SCIENCE AND ENGG


P.A.C. E Page 5
2. SYSTEM ANALYSIS

REQUIREMENT SPECIFICATION:
The Cryptocurrency Management System is built to meet some basic functional
and non-functional needs.
Functional Requirements:
• Users can register and log in.
• View live cryptocurrency prices.
• Add coins to their portfolio and record buy/sell transactions.
• See total portfolio value.
• (Optional) Set price alerts.
Non-Functional Requirements:
• The interface should be simple, clear, and work on different devices.
• User accounts must be password protected.
• Data should be stored safely in PostgreSQL.
• The system should be easy to use, reliable, and allow future improvements.

SYSTEM STUDY:
The Cryptocurrency Management System is made to help users manage their
cryptocurrency investments in one place. Since many people find it hard to track their
coins, record transactions, and check portfolio value across different platforms, this
system makes the process easier. It lets users view live crypto prices, record buy and
sell activity, and see the total value of their portfolio. The interface is built using
HTML, CSS, and JavaScript, while PostgreSQL is used to store user, portfolio, and
transaction data. Unlike many existing apps that are either too complex or not flexible
enough, this project provides a simple and easy-to-use tool, especially useful for
beginners and students who want to learn about crypto management.

DEPARTMENT OF COMPUTER SCIENCE AND ENGG


P.A.C. E Page 6
CONCLUSION
The CryptoAnalytics platform provides a comprehensive and user-friendly interface for
managing cryptocurrency investments. Users can seamlessly track real-time market
data, including price trends, market cap, trading volume, and circulating supply of
various cryptocurrencies. The Portfolio section offers clear insights into asset
distribution, current values, and 24-hour performance, helping users monitor their
investments effectively.
The Transaction History page ensures transparency by listing detailed records of all
recent activities, including buy and convert operations, along with associated fees and
timestamps. Additionally, the Buy & Sell interface allows users to conveniently trade
cryptocurrencies with real-time pricing and integrated payment options.
Overall, the platform offers a streamlined experience for both beginner and experienced
crypto investors to monitor, trade, and manage their digital assets efficiently.

DEPARTMENT OF COMPUTER SCIENCE AND ENGG


P.A.C. E Page 7

You might also like