https://github.com/rasujon3/crypto-cafe
React Router Conceptual Session: 1
https://github.com/rasujon3/crypto-cafe
conditional-rendering reat-router-dom useparams
Last synced: about 1 year ago
JSON representation
React Router Conceptual Session: 1
- Host: GitHub
- URL: https://github.com/rasujon3/crypto-cafe
- Owner: Rasujon3
- Created: 2022-03-30T13:22:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-30T15:51:33.000Z (about 4 years ago)
- Last Synced: 2025-02-13T01:52:48.749Z (about 1 year ago)
- Topics: conditional-rendering, reat-router-dom, useparams
- Language: JavaScript
- Homepage: https://enchanting-crisp-c53dd5.netlify.app/
- Size: 316 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crypto Cafe Project Requirements
Crypto Cafe is a React Web App powered by [COINGECKO](https://www.coingecko.com/en/api/documentation) cryptocurrency API. Visitors can browse through the top 50 Crypto Currencies. Visitors can see details of a coin by clicking on the coin card.
## Total Pages: 06
1. Homepage
2. Coins Page
3. Single Coin Details Page
4. Contact Page
5. About Page
6. 404 Not Found Page
## Tech Stack:
1. React [ Documentation>](https://reactjs.org/docs/getting-started.html)
2. Tailwind CSS [ Documentation>](https://tailwindcss.com/docs/installation)
3. React Router Dom [ Documentation>](https://reactrouter.com/docs/en/v6/getting-started/overview)
## Resources:
1. Get all coin API: https://api.coingecko.com/api/v3/coins/markets?vs_currency=usd&order=market_cap_desc&per_page=50&page=1&sparkline=false
2. Get details of a coin by ID api: https://api.coingecko.com/api/v3/coins/${id}
3. Demo Site: [https://crypto-cafe.netlify.app](https://crypto-cafe.netlify.app)# crypto-cafe-starter
4. Requirement Doc: [https://docs.google.com/document/d/1lqqNGPWOwLkiHWxXZiUeQcckQ-H0U-Lv4p_dtvFkqz0/edit?usp=sharing](https://docs.google.com/document/d/1lqqNGPWOwLkiHWxXZiUeQcckQ-H0U-Lv4p_dtvFkqz0/edit?usp=sharing)