Mohamab29 / Cryptonite

Cryptonite is website for tracking cryptocurrency values at real time and giving information about a currency of choice.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cryptonite

Task Board  

HTML5 CSS3 JavaScript
Github top language   Github language count   Repository size   License


About   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


๐ŸŽฏ About

The website shows the top 100 cryptocurrencies , price information about each currency and a live report of price changes of up to five chosen currencies.

โ• The first page displays cards of the top 100 cryptocurrencies sorted by market cap,
and each card contains a switch button (If checked then it will be shown in live reports page),
and more info button which when clicked shows the logo and the price of a currency in USD,EUR,ILS,
also the page has a search bar that you can use to search for a currency by typing the symbol, e.g.: ETH, BTC ...

โ• The second page will display the price of checked currencies from the first page every two seconds,
and displays them in a linear graph where the y-axis is the price and the x-axis is the seconds that have passed since you entered the page,
additionally you can export the graph and if you click on the legends then you can see each currencyโ€™s graph separately.

โ• The about page is self-explanatory ๐Ÿ™„.

๐Ÿš€ Technologies

In this project we are exercised:

๐Ÿ”น HTML + CSS:

  • New HTML5 tags
  • CSS3 media queries and advanced selectors
  • Dynamic page layouts
  • Bootstrap & flex

๐Ÿ”น JavaScript:

  • Objects
  • Callbacks, Promises, Async Await
  • jQuery
  • Single Page Application foundations
  • Events
  • Ajax (RESTful API)
  • Documentation

๐Ÿ”น External APIโ€™s.

โœ… Requirements

Before starting ๐Ÿ, you need to have Git , VS Code installed and Live Server.

๐Ÿ Starting

# Clone this project
$ git clone https://github.com/Mohamab29/Cryptonite

# Access
$ cd Cryptonite

$ code .

After opening the folder in VS Code , right click on the index.html folder and then click on open with live server after that your default browser will pop-up with the website being fully live locally on your machine.

or check out the website Cryptonite.๐Ÿค—

๐Ÿ“ License

This project is under license from Apache 2.0. For more details, see the LICENSE file.

Made with โค๏ธ by Mohamed Nedal Abomokh

 

Back to top

About

Cryptonite is website for tracking cryptocurrency values at real time and giving information about a currency of choice.

License:Apache License 2.0


Languages

Language:JavaScript 67.7%Language:CSS 18.3%Language:HTML 14.0%