/crypto-list

Simple list of crypto currencies

Primary LanguageTypeScript

CryptoList

Overview

CryptoList is a web application designed to help users track their favorite cryptocurrencies. It provides a list of various cryptocurrencies with the option to select favorites. Selected favorites persist across sessions thanks to local storage.

Screenshot of the application

Features

  • List of cryptocurrencies
  • Ability to select favorites
  • Price updates for selected cryptocurrencies
  • Search functionality
  • Persistent storage for user selections

Installation and Setup

Pre-requisites

  • Node.js and npm installed on your machine

Steps

  1. Clone the repository

    git clone https://github.com/oleksandr-korin/crypto-list.git
  2. Navigate to the project folder and install dependencies

    cd crypto-list
    npm install
  3. Start the Development Server

    npm start

    The application will be available at http://localhost:3000.

Usage

Simply browse the list of available coins. Click the checkbox next to any coin to select it as a favorite and see the price. Your selections will be saved for your next visit.