Skip to content

geekelo/crypto-price-rank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

38 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

signature

πŸ“— Table of Contents

image

πŸ“–The CRYPTO PRICE RANK

The CryptoRank Price Tracker is a web application designed to provide users with real-time information and insights about various cryptocurrencies. With the rapid growth and popularity of cryptocurrencies, it's essential for traders, investors, and enthusiasts to have a reliable platform that allows them to monitor the performance of different crypto assets.

The CryptoRank Price Tracker project aims to empower users with accurate and timely information about cryptocurrencies, enabling them to make informed decisions when trading or investing. Whether users are beginners exploring the world of cryptocurrencies or experienced traders analyzing market trends, this application provides a valuable resource for tracking and understanding the dynamic crypto market.

Head to the LIVE DEMO SECTION for Live links and presentations

πŸ›  Built With

Tech Stack

ES6
HTML
CSS
JavaScript
REACT
REDUX
API

Key Features

  • Crypto List and Ranking: The application displays a list of cryptocurrencies ranked by various parameters such as market capitalization, price, trading volume, and more. Users can quickly view the top-performing cryptocurrencies and identify trends.

  • Detailed Crypto Information: Users can click on a specific cryptocurrency to view detailed information about it. This includes the current price, supply details, market capitalization, 24-hour trading volume, price change percentage, and more.

  • Search and Filtering: The platform allows users to search for specific cryptocurrencies by name or symbol. Additionally, users can filter the list based on specific criteria such as price, rank, or market capitalization.

  • Dark and Light Themes: The application supports both dark and light themes, providing users with a comfortable viewing experience based on their preferences.

  • Responsive Design: The interface is designed to be responsive and accessible on various devices, including desktops, tablets, and smartphones.

  • Routing and Navigation: Users can navigate between different sections of the application using routes. For instance, clicking on a cryptocurrency redirects the user to a detailed view of that asset.

  • Real-Time Data: The application retrieves real-time data from a reliable data source, ensuring that users receive up-to-date information about cryptocurrency prices and other relevant metrics.

  • Redux State Management: The project utilizes the Redux library for efficient state management, allowing seamless data flow between different components.

  • React Router: React Router is employed to manage navigation within the application, ensuring a smooth and intuitive user experience.

(back to top)

πŸš€ Live Demo

View the live demo of this project by clicking the text below.

(back to top)

πŸ’» Getting Started

To get a local copy up and running, follow these steps.

Clone the repository

git clone https://github.com/geekelo/crypto-price-rank.git

And you are ready to begin your project

Setup

This project contains An HTML FILE (free to edit) - file that contains html codes to give structure to the main webpage A CSS FILE (free to edit) - file that contains css codes to style the webpage A GIT IGNORE FILE (free to edit) - to hide personal or private files HTML/CSS LINTER FILES (should not edit) - Do not make changes A JAVASCRIPT FILE (free to edit) - that handles functionalities and dynamic HTML

Prerequisites

You should have Node and Git Installed You should have basic knowledge on HTML / CSS / JavaScript You should have a code editor

Install

Download install VSCODE and Git To install linters, execute the following commands:

Initialize npm | ``` npminit -y ```
HTML | ``` npm install --save-dev hint@7.x ```
CSS | ```npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x  ```

Usage

To run the linters, execute the following command and fix linter errors:

HTML | ``` npx hint . ```
CSS | ```npx stylelint "**/*.{css,scss}" ```
If you get a flood of errors keep in mind that linters guide you in writing a clean code!

Run Tests

You can run this program on using npm start You can run tests for this program using npm test

Deployment

You can deploy this project using the following procedure:

  • Pick the right hosting provider.
  • Choose the tool and method to upload your website.
  • Upload files to your website.
  • Move the website files to the main root folder.
  • Import your database.
  • Check if your website works worldwide.

(back to top)

πŸ‘₯ Authors

(back to top)

πŸ‘€ Eloghene Otiede

(back to top)

(back to top)

🀝 Contributing

You can offer Contributions, submit an issue, and make a feature request.

Future Features

  • Add pop up modals
  • Add the contact form
  • Add more content pages

⭐️ Show your support

Please give a ⭐️ to support this project

(back to top)

πŸ™ Acknowledgments

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)