Skip to content

Latest commit

 

History

History
64 lines (46 loc) · 1.62 KB

README.md

File metadata and controls

64 lines (46 loc) · 1.62 KB

Crypto Tracker

Overview

This project is a simple Next.js cryptocurrency price tracker web application with TypeScript

Getting Started

Prerequisites

Before you begin, ensure you have the following installed on your machine:

Node.js (version 18.18.2 or higher) npm (version 10.5.0 or higher) or Yarn (version 1.22.20 or higher)

Installation

  1. Clone the repository to your local machine:
git clone <repository-url>
  1. Navigate into the project directory:
cd <project-directory>
  1. Install dependencies using npm or Yarn:
npm install
# or
yarn install

Development Server

To run the development server, use one of the following commands:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

The development server will start running at http://localhost:3000. Open this URL in your browser to view the application.

Usage

Search and track your favorite coins (with LocalStorage persistence)

  • Initial state of the application

image

  • Searching and tracking coins

image

  • Tracking coins showing values in dollars($)

image

  • Navigating table pages

image image