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.
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.
Set custom price alerts for your favorite cryptocurrencies! Get notified when a crypto reaches your desired price point.
Visualize cryptocurrency market trends with interactive charts and graphs. Understand price movements over time with ease.
Bookmark your favorite cryptocurrencies for quick access. Save time and stay focused on the coins that matter most to you.
Switch to dark mode for a more comfortable viewing experience at night or in low-light environments.
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:
You can view the Crypto Tracker app live by visiting the following URL:
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:
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.
Once the repository is cloned, move into the project directory:
cd Crypto-Tracker
This will change your working directory to the project folder.
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.
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!
This project is licensed under the MIT License - see the LICENSE file for details.
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! 🚀📊