Skip to content

tamaa13/coin-tracker

Repository files navigation

Coin Tracker

Coin Tracker is a React application that utilizes Vite as a bundler. This application allows you to track the prices and latest information about various cryptocurrencies.

Requirements

Make sure you have installed Node.js and npm.

Usage

  1. Clone This Project:

    git clone https://github.com/username/coin-tracker.git
  2. Navigate to Project Directory:

    cd coin-tracker
  3. Install Dependencies:

    npm install
  4. Add .env File:

    Create a file named .env in your project directory. Copy the contents from .env.sample to the newly created .env file. Then, insert the key sent via email into the .env file. For example:

    REACT_APP_API_KEY=your_api_key
    

    Be sure to replace your_api_key with the key you received via email.

  5. Run the Project:

    npm run dev

    The project will run in development mode. Open your browser and visit http://localhost:5173 to see the application.

Contribution

If you wish to contribute to this project, please create a pull request, and we will review it.

License

This project is licensed under the MIT License.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published