Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bunyamin54/crypto-coin-app
https://github.com/bunyamin54/crypto-coin-app
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bunyamin54/crypto-coin-app
- Owner: Bunyamin54
- Created: 2023-07-31T12:44:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-31T12:48:25.000Z (over 1 year ago)
- Last Synced: 2023-07-31T15:04:46.984Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 521 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Clarusway
# Project-005 : Crypto-Coin-App (JS-05)
## Description
Project aims to display current data of searched crypto coin around the world with fetching Crypto Coin Api data.## Learning Outcomes
At the end of the this project, students will be able to;
- analyze a problem, create a crypto coin app populated with a real crypto coin api.
- demonstrate their knowledge of algorithmic design principles.
## Problem Statement- Design a crypto coin page following the design and populate data for searched crypto coin with using of axios in JS.
## Project Skeleton
```
005- Crypto-Coin-App (folder)
|
|----readme.md # Given to the students (Definition of the project)
|----solution
|----index.html
|----css/style.css
|----crypto.js
|----js
|----aes.js
|----Extentions.js
```## Expected Outcome
![Form](crypto_coin_app.gif)User stories;
- User can search crypto coin around the world crypto coin market.
- The app can fetch api with the searched crypto coin name(... and apikey if it is obligatory).
- User can display data of searched crypto coin in coin data card.
- User can display list of searched crypto coin data card like on gif.
- If new searched crypto coin is in the crypto card list, app can display a warning text to user on page.π₯ You can use [Coinranking Api](https://developers.coinranking.com/api/documentation) for your app.
π₯ You donβt need to create a new template for this project, you can use [Crypto-Coin-App](https://github.com/clarusway/clarusway-full-stack-tr-14/tree/main/javascript/projects/004-Crypto-Coin-App) template for html and css. We will be concerned in javascript side.
β Happy Coding β