Skip to content

This project is a cryptocurrency price tracker web application built with React and Vite.

Notifications You must be signed in to change notification settings

belikedeep/crypto-tracker

Repository files navigation

Crypto Tracker App (v0.0.0)

This project is a cryptocurrency price tracker web application built with React and Vite.

Features

  • Track real-time prices of various cryptocurrencies
  • User-friendly interface for easy navigation
  • Potentially (depending on implementation):
    • Search for specific cryptocurrencies
    • View historical price charts
    • Create a watchlist of favorite coins

Technologies Used

  • Frontend: React, React Router DOM, React Feather icons, React Sparklines
  • Build Tool: Vite
  • Data Fetching: Axios (potentially integrated for API calls)
  • Linting: ESLint

Running the App

1. Prerequisites

2. Clone the Repository

git clone https://your-github-repo.com/cryptoapp.git

3. Install Dependencies

cd cryptoapp
npm install

4. Development Server

npm run dev

This will start the development server at http://localhost:3000 by default.

5. Build for Production

npm run build

This generates an optimized production build in the dist folder.

Contributing

We welcome contributions to this project! Please refer to the contributing guidelines (if available) for details on how to submit pull requests.

About

This project is a cryptocurrency price tracker web application built with React and Vite.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published