0% found this document useful (0 votes)
46 views20 pages

CryptoDash Presentation

Crypto Dash is a platform designed to facilitate cryptocurrency transactions and education, utilizing technologies such as HTML, CSS, JavaScript, MongoDB, and Node.js. It features a dashboard for live price tracking, educational resources, and news updates about cryptocurrencies. The platform also integrates APIs like CoinGecko for price listings and NewsAPI for news tracking.

Uploaded by

qwertyx788
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)
46 views20 pages

CryptoDash Presentation

Crypto Dash is a platform designed to facilitate cryptocurrency transactions and education, utilizing technologies such as HTML, CSS, JavaScript, MongoDB, and Node.js. It features a dashboard for live price tracking, educational resources, and news updates about cryptocurrencies. The platform also integrates APIs like CoinGecko for price listings and NewsAPI for news tracking.

Uploaded by

qwertyx788
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/ 20

CRYPTO DASH

Here are the things that need to be done


Become a significant
currency

CRYPTO
Cryptocurrency is a digital or virtual currency
that is secured by cryptography, it is impossible
to counterfeit or duplicate

Become a
significant currency
Cryptocurrency is a
decentralized network based
on blockchain technology

Become a
significant currency

Cryptocurrency is a
decentralized network based
on blockchain technology
CONTENT
PROJECT OVERVIEW
TECHNOLOGY USED
HTML
CSS
JAVA SCRIPT
MONGO DB
NODE JS
API's USED
COINGECKO
NEWSAPI
PROJECT
OVERVIEW

HOME
DASHBOARD
LEARN
NEWS
ABOUT
CONTRIBUTE
HOME

Here you can


enter your login
credentilals
or sign up on
cryptodash and
can access your
account .
DASHBOARD

Here you can


check live
prices of all
crypto currency
and see their
24hr market
graph .
LEARNING

Here you can


learn about
different crypto
currency and
get to know
about the risk
and how to
trade in crypto .
NEWS
Here you can
get latest news
about all crypto
currency and
get to know
about the future
of the crypto .
ABOUT
Here you can
get to know
about our
company and
our
performance in
the last years .
CONTRIBUTE

Here you can


get introduce
to our team
member .
TECHNOLOGY USED

HTML
CSS
JAVA SCRIPT
MONGO DB
NODE JS
HTML
HTML is an acronym which stands for Hyper Text Markup Language which is used for creating web pages and web
applications. Let's see what is meant by Hypertext Markup Language, and Web page.

Hyper Text: Hyper Text simply means "Text within Text." A text has a link within it, is a hypertext. Whenever you click on a
link which brings you to a new webpage, you have clicked on a hypertext. Hyper Text is a way to link two or more web
pages (HTML documents) with each other.

Markup language: A markup language is a computer language that is used to apply layout and formatting conventions
to a text document. Markup language makes text more interactive and dynamic. It can turn text into images, tables, links,
etc.

Web Page: A web page is a document which is commonly written in HTML and translated by a web browser. A web page
can be identified by entering an URL. A Web page can be of the static or dynamic type. With the help of HTML only, we
can create static web pages.

Hence, HTML is a markup language which is used for creating attractive web pages with the help of styling, and which
looks in a nice format on a web browser. An HTML document is made of many HTML tags and each HTML tag contains
different content.
CSS
CSS stands for Cascading Style Sheets. It is a style
sheet language which is used to describe the look
and formatting of a document written in markup
language. It provides an additional feature to
HTML. It is generally used with HTML to change
the style of web pages and user interfaces. It can
also be used with any kind of XML documents
including plain XML, SVG and XUL.

CSS is used along with HTML and JavaScript in


most websites to create user interfaces for web
applications and user interfaces for many mobile
applications.
JAVASCRIPT
JavaScript (js) is a light-weight object-oriented programming language which is used by several
websites for scripting the webpages. It is an interpreted, full-fledged programming language that
enables dynamic interactivity on websites when applied to an HTML document. It was introduced in
the year 1995 for adding programs to the webpages in the Netscape Navigator browser. Since then, it
has been adopted by all other graphical web browsers. With JavaScript, users can build modern web
applications to interact directly without reloading the page every time. The traditional website uses js
to provide several forms of interactivity and simplicity.
Although, JavaScript has no connectivity with Java programming language. The name was suggested
and provided in the times when Java was gaining popularity in the market. In addition to web
browsers, databases such as CouchDB and MongoDB uses JavaScript as their scripting and query
language.
MONGO DB
MongoDB is a type of NoSQL database that stores
documents and collections. The documents are equivalent
to records, and the collections are what we know as
tables in SQL. So, MongoDB is a database that runs on a
server. We store application data there like our users,
products, and etc. The MongoDB enforces no data schema
or relations. So, the individual records can be structured
in the way we want.

MongoDB is easily connected to node and express, and


that is something great about MongoDB. We can easily
add it to a node express backend, not directly to angular.

Overall, MongoDB is a powerful database that we can


easily integrate into our node express environment.
NODE JS
Node.js is a cross-platform, open-source JavaScript runtime
environment that enables JavaScript to be run on the server. Node.js
enables JavaScript code to run outside of the browser. Node.js comes
with a large number of modules and is mostly used in web creation.
It may run on various platforms including, Windows, Linux, Mac OS,
etc. It provides a cross-platform runtime environment with event-
driven, non-blocking (asynchronous) I/O for creating highly scalable
server-side JavaScript applications.

Node.js was developed and introduced by Ryan Dahl in 2009. Node.js


can be used to create a variety of applications, including web apps,
real-time chat apps, command-line apps, and REST API servers,
among others. However, it is mainly used to build network programs
such as web servers. The standard filename extension of Node.js is
.js.
API

APIs are mechanisms that enable two software


components to communicate with each other
using a set of definitions and protocols. For
example, the weather bureau’s software system
contains daily weather data. The weather app on
your phone “talks” to this system via APIs and
shows you daily weather updates on your
phone.
COINGECKO
Operating since 2014, CoinGecko is one of the go-to sites for live
crypto prices listings. Alongside this, CoinGecko welcomes new
crypto users to the community with educational material, yield
gain calculations, and interactive giveaways. When first landing
on CoinGecko, Bitcoin defaults as the top cryptocurrency with
the largest market cap and network. However, there are
thousands of coins out there to discover. Without the correct
tools to refine your search, sifting through project after project
can be tiresome. That’s why CoinGecko has categorized all the
different characteristics of tokens to allow users to see a wealth
of different data points and information relating to the crypto
markets.
NEWS-API
A news API makes it much easier
to track news articles from your
choice of publication or from all
over the internet. You can scrape
news articles mentioning your
business, brand, product, or
service from various reputable
sources with ease. You can then
take the necessary measures in
real-time depending on the type
of news.

You might also like