Skip to content

Latest commit

 

History

History
76 lines (58 loc) · 2.48 KB

README.md

File metadata and controls

76 lines (58 loc) · 2.48 KB

Project Name

CryptoInfo

Project description

CryptoInfo is a site where you can see how much cryptocurrency is worth in many different worldwide currencies, it also dives into reasons why you should invesnt in cryptocurrency, best websites/apps to invest on, major information about things you should know before investing and best currencies to invest in. CryptoInfo also allows you to search up and retrieve specific data about a certian crypocurrency, which can be used to educate yourself about different crypocurrencies you might be interested in investing in.

API and Data Sample

api.coincap.io/v2/assets/bitcoin

{
"data": {
"id": "bitcoin",
"rank": "1",
"symbol": "BTC",
"name": "Bitcoin",
"supply": "18729587.0000000000000000",
"maxSupply": "21000000.0000000000000000",
"marketCapUsd": "613287241814.7143818513265158",
"volumeUsd24Hr": "25053148524.1016921582452169",
"priceUsd": "32744.3013994229761634",
"changePercent24Hr": "-9.8065342790233946",
"vwap24Hr": "34873.2990592743144570",
"explorer": "https://blockchain.info/"
},
"timestamp": 1623133504053
}

Wireframe

1-Homepage

2-Mobile

3-Crypto

4-crypto2

MVP

  1. Axios call on API
  2. Display response on page
  3. clear previous result for secondary search.
  4. Search for specific currency and display response.

Post MVP

  1. Animated information about different currencies.
  2. Additional styling.

Goals

Day Goal
Day1 HTML, CSS basics laid down.
Day2 Finish up what's left from Day1 and Work on Axios calls, functions and more javascript
Day3 Finish up what's left, go over the project and add finishing touches

Priority Matrix

Untitled Diagram (1)

Timeframes

Component Estimated Time Actual Time
HTML basic layout 3H
Basic CSS layout 2H
More CSS styling 3H
Media query 3H
Functions 3H
Axios calls 3H
Research 3H
Testing & Debugging 3H
Review & additional Addons 3H