0% found this document useful (0 votes)
27 views24 pages

It App BlackBook

This document describes a student project to create a currency converter. It includes the student's name, email, college, and project title. The project aims to build a web-based currency converter application using Node.js that regularly updates exchange rates so users can accurately convert currencies. Sections provide an introduction to the project, descriptions of the current and proposed systems, advantages, and software/hardware requirements. Code snippets and screenshots of the application layout are also included.

Uploaded by

Yashpawar
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)
27 views24 pages

It App BlackBook

This document describes a student project to create a currency converter. It includes the student's name, email, college, and project title. The project aims to build a web-based currency converter application using Node.js that regularly updates exchange rates so users can accurately convert currencies. Sections provide an introduction to the project, descriptions of the current and proposed systems, advantages, and software/hardware requirements. Code snippets and screenshots of the application layout are also included.

Uploaded by

Yashpawar
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/ 24

TYCS PROJECT 2020-2021

NAME- BIPINKUMAR MANDAL


ROLL NO- 16
EMAIL ID- [email protected]
PROJECT TITLE- CURRENCY CONVERTER

A PROJECT REPORT ON
CURRENCY CONVERTER

SUBMITTED BY BIPIN KUMAR Seat


No: UNDER THE GUIDENCE OF
Prof Ganesh and Prof Nikita
SUBMITTED PARTIAL PROJECT

UNIVERSITY OF MUMBAI
SHANKAR NARYAN COLLEGE OF ART, COMMERCE AND SCIENCE
DEPARTMENT OF BSC CS
Academic Year 2020-2021
ACKNOWLEDGEMENT
I would like to express my special thanks of gratitude to my teacher
(Prof Ganesh sir) and also Prof Nikita who gave me the golden
opportunity to do this wonderful project on the topic (Currency
Converter), which also helped me in doing a lot of Research and i
came to know about so many new things I am really thankful to them.

PLAGRISM REPORT
INTRODUCTION
Currency converter (or currency exchange) is a project coded in programming
language. This simple application provides a web-based interface for
exchanging/converting money from one currency (say $) to another currency (say €).

Different countries use different currency, and there is daily variation in these
currencies relative to one another. Those who transfer money from one country
to another (one currency to another) must be updated with the latest currency
exchange rates in the market.

Currency converter project is built keeping this thing in mind. It is simply a


calculator-like app developed using Nodejs, Java servlets web features. In this
application, there is regular update about currency of every country by which it
displays present currency market value and conversion rate.

Such application can be used by any user, but it is mainly useful for business,
shares, and finance related areas where money transfer and currency exchange
takes place on a daily basis.
Description of System
Limitations of Present System
This study will be useful to every organization that deals with money, it will help in easy
conversion of money to another. It will be of immense help to bureau de change as it will
ease the task of currency recognition and conversion. This work is also significant to
scholars who needs to make research about currency recognition and conversion.

Proposed System

Scope
The scope of this project is to develop a currency recognition and converter
system by using image processing and neural network. In other to implement this system
we have to use MATLAB Toolbox to achieve the objectives of the project.
The system will be able to recognize the currency amount, integrate hardware and
software, extract the data from the currency image by using digital image processing
toolbox, accept and store an exchange rate for conversion between currencies.
Advantage
A money converter is a simple tool that helps people in different situations –
when they are planning a trip outside of the national borders, when they are
importing or exporting goods internationally or when they use forex markets.
This is certainly the time when you need accurate and up-to-date information
about exchange rates. This is very important because a faulty or imprecise
info can lead to loss of profit or wasting money. Although there are several
ways in which you can avoid situations like that, most people today use
money converters.

Feasibility Study
The project is to open money exchange outlet which provides money exchange
services from worldwide money transfers and exchange of foreign currency, through
the sale and purchase of foreign currencies and the disbursement of traveler checks
issued by American Express in US dollars, British pound, Euro, payment of credit
card bills. It helps users to see current account.

Users can able to see current news and live currency rate.
Software used for the development

System Requirements
Front End- HTML, CSS, JAVASCRIPT
Back End- Node Js
Tool- MS Office

Hardware Requirements
Ram- 4 GB
Processor name/generation- core i3/7th Gen
Activity Sheet

Activity Date activity start Date activity


end
Project 10-10-20 15-10-20
planning
Start 08-11-20 14-11-20
work

Create 18-11-20 25-11-20


project
Final 01-12-20 10-12-20
Gantt chart

WEEK 1

WEEK 2

WEEK 3

WEEK 4

WEEK 5

WEEK 6

WEEK 7

WEEK 8
Task name Start date End date Progress

PROJECT 1 10/10/2020 15/10/2020 40%

Task 1 08/11/2020 14/11/2020 50%

Task 2 18/11/20280 25/11/2020 60%

Task 3 28/11/2020 01/011/2020 70%

Subtask 3.1 02/07/2020 10/12/2020 100%


Use case diagram
ERD
Screens Layouts and Out-Put

HOME
NEWS
ABOUT
CONTACT
CODE
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, initial-
scale=1.0">
<title>Currency Coverter - About</title>
<link rel="apple-touch-icon"
sizes="180x180" href="./icon/apple-touch-
icon.png">
<link rel="icon" type="image/png"
sizes="32x32" href="./icon/favicon-
32x32.png">
<link rel="icon" type="image/png"
sizes="16x16" href="./icon/favicon-
16x16.png">
<link rel="manifest"
href="./icon/site.webmanifest">
<meta name="msapplication-TileColor"
content="#da532c">
<meta name="theme-color"
content="#ffffff">
<!-- <link rel="stylesheet"
href="./materialize/css/materialize.min.css"
> -->
<link rel="stylesheet"
href="./style/about.css">
<!-- <script defer
src="./materialize/js/materialize.min.js"></
script> -->
<script defer src="./js/base.js"></script>
<script defer
src="./js/index.js"></script>
</head>
<body>
<div class="beforeload">
<div class="circle"></div>
</div>
<div class="afterload">
<%- include("navigation") %>
<div class="container contact">
<script>
const msg = new
URLSearchParams(location.search).get("m
sg");
if(msg) {
document.write(msg);
}
</script>
<form method="post">
<div class="form-group">
<label for="name">Full
Name</label>
<input class="form-control"
type="text" name="name" required />
</div>
<div class="form-group">
<label for="name">Email</label>
<input class="form-control"
type="text" name="email" required />
</div>
<div class="form-group">
<label
for="name">Subject</label>
<input class="form-control"
type="text" name="subject" required />
CONCLUSION
Currency Converter that the people are
using, they will always find ways to get the
highest, Possible profits out of the
exchanges. To those who are going to travel.
It is wise to thing to, Check the Different
Foreign exchange options they have
beforehand.

You might also like