Skip to content

Pranjal6955/Crypto-Tracker

Repository files navigation

🚀 Crypto-Tracking App

Welcome to the Crypto-Tracking App, a powerful tool to track real-time cryptocurrency data. Whether you're a trader, investor, or just a crypto enthusiast, this app provides all the necessary features to keep you updated and informed.


Features ✨

1. Real-Time Data 📈

Track the live prices of popular cryptocurrencies like Bitcoin, Ethereum, and more. Get the latest updates in real-time, including price changes, market cap, and 24-hour volume.

Screenshot from 2025-02-11 21-06-32

2. Alerts 🔔

Set custom price alerts for your favorite cryptocurrencies! Get notified when a crypto reaches your desired price point.

Screenshot from 2025-02-11 21-06-47

3. Graphs 📊

Visualize cryptocurrency market trends with interactive charts and graphs. Understand price movements over time with ease.

Screenshot from 2025-02-11 21-20-10

4. Bookmarks 💾

Bookmark your favorite cryptocurrencies for quick access. Save time and stay focused on the coins that matter most to you. Screenshot from 2025-02-11 21-37-30

5. Dark Mode 🌙

Switch to dark mode for a more comfortable viewing experience at night or in low-light environments.

Screenshot from 2025-02-11 21-05-35


Here’s an enhanced and more detailed version of your installation guide to improve clarity and usability for users who will be setting up the project on their local machine:


Installation Guide 🛠️

Live Demo 🚀

You can view the Crypto Tracker app live by visiting the following URL:

Crypto Tracker Live

This gives you immediate access to the application, so you can start tracking cryptocurrency prices right away!


To set up and run the Crypto Tracker application locally, follow the steps below:

1. Clone the Repository

Start by cloning the repository to your local machine using Git. Open your terminal or command prompt and run the following command:

git clone https://github.com/Pranjal6955/Crypto-Tracker.git

This command will create a local copy of the project on your machine.


2. Navigate to the Project Folder

Once the repository is cloned, move into the project directory:

cd Crypto-Tracker

This will change your working directory to the project folder.


3. Install Dependencies

Now, you need to install all the required dependencies for the project. Make sure you have Node.js installed (if not, download and install it from here).

Run the following command to install the necessary packages:

npm install

This will read the package.json file and install all dependencies required to run the project.


4. Start the Development Server

After the dependencies are installed, you can start the development server. Run the following command:

npm run dev

This will start the application locally. You should see output in the terminal that looks something like:

> [email protected] dev
> vite

  VITE v2.0.0  ready in 500ms

  ➜  Local:   http://localhost:3000/
  ➜  Network: use `--host` to expose

Now open your web browser and go to http://localhost:3000/. You should see the Crypto Tracker app running locally on your machine!


License 📜

This project is licensed under the MIT License - see the LICENSE file for details.


Contact 📬

If you have any questions or suggestions, feel free to open an issue or contact me via email.


Thanks for checking out the Crypto-Tracking App! Happy tracking! 🚀📊