/CryptoLeo

It is a tool to view and compare the performance of different cryptocurrencies. The app allows users to filter, sort and compare the performance of various coins based on metrics such as market cap, price, volume, and other indicators. Made using React,Tailwind Css and context API

Primary LanguageTypeScript

CryptoLeo a crypto Tracking Web App

This is a web application that allows users to track cryptocurrency prices and portfolios.

Features

  • View real-time prices and market data for various cryptocurrencies.
  • Create and manage a personal portfolio of cryptocurrencies.
  • Track the performance of your portfolio over time.
  • View historical price charts for individual cryptocurrencies.

Technologies Used

  • Front-end: HTML, CSS, JavaScript, React.js, Tailwind CSS
  • Back-end: Node.js
  • External APIs: CoinGecko API (for cryptocurrency data)

Installation

To get started do the following

  • Clone the repository:
git clone https://github.com/omondi8399/CryptoLeo
  • Install dependencies:
npm install
  • Start the development server:
npm start

Other important commands

  • React-scripts build:
npm build
  • React-scripts test:
npm test
  • React-scripts eject:
npm eject