Skip to content

RachitSahu26/CryptoTracker

Β 
Β 

Repository files navigation

Cryto Tracker

A cryptocurrency tracker is an essential tool for investors and enthusiasts in the rapidly evolving crypto market. These applications enable users to monitor the performance of various cryptocurrencies in real time, offering insights into price changes, market capitalization, and trading volumes.

πŸ› οΈ Tech Stack

  • HTML5: Structuring the content of the web pages.
  • CSS3: Styling and designing the user interface.
  • React: Adding interactivity and dynamic content.
  • Git: Version control for tracking code changes.
  • GitHub: Collaboration and hosting repository for the project.

Features

  • Price Alerts: Many trackers allow users to set alerts for specific price points, ensuring they are notified when a cryptocurrency reaches a desired value16.
  • Market Analysis: Trackers often include news updates and analytical tools that help users understand market trends and developments, enhancing their investment strategies.
  • Real-Time Data: Trackers provide live updates on cryptocurrency prices and market metrics, allowing users to make informed investment decisions based on the latest data

πŸš€ How to Contribute to This Project πŸš€

We’re excited to have you contribute to this Ice Cream Parlour Website project! Follow these simple steps to get started:

  1. 🍴 Fork the Repository

    • Go to the [repository page].
    • Click the Fork button (top right). This creates a copy of the project in your GitHub account.
  2. πŸ’» Clone Your Fork

    • Once the repository is forked, clone it to your local machine. Open your terminal and run:
     git clone
     
    • Replace your-username with your GitHub username.
  3. 🌿 Create a New Branch

    • Before making any changes, create a new branch for your work:
     git checkout
     -b your-branch-name
    • Choose a branch name that describes what you're working on, such as fix-navbar or add-contact-form.

CryptoTracker

This project was created by @vanshchauhan.

Description

CryptoTracker is a web application that allows users to track and monitor cryptocurrency prices in real-time. With a user-friendly interface, users can easily access current market trends and make informed decisions about their investments.

πŸ“ˆ GitHub Repository Stats

🌟 Stars 🍴 Forks πŸ› Issues πŸ”” Open PRs πŸ”• Closed PRs πŸ› οΈ Languages βœ… Contributors
GitHub stars forks issues pull requests Closed PRs Languages Contributors

Features

  • Real-time cryptocurrency price tracking
  • User-friendly interface
  • Search functionality to find specific cryptocurrencies
  • Historical price charts
  • Responsive design for mobile and desktop use

Technologies Used

  • React
  • Axios (for API requests)
  • CSS/SCSS for styling

Getting Started with our CryptoTracker!!

Prerequisites

Make sure you have the following installed on your machine:

  • Node.js (v12 or higher)
  • npm (comes with Node.js)

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/CryptoTracker.git
    
  2. Navigate to the project directory:
cd CryptoTracker
  1. Copy the environment variables template and add your Clerk publishable key:
cp .env.sample .env.local
  1. Install the dependencies:
  npm install

Available Scripts: In the project directory, you can run:

npm start

Runs the app in development mode. Open http://localhost:3000 to view it in your browser. The page will reload when you make changes.

npm run build

Builds the app for production to the build folder.

The build is minified and the filenames include the hashes.

Your app is ready to be deployed!

Contributing (ofc, the main motto!!)

Contributions are welcome! Please follow these steps to contribute:

  1. Fork the repository.

  2. Create a new branch:

git checkout -b feature-YourFeature
  1. Make your changes.
  2. Commit your changes:
git commit -m 'Add some feature'
  1. Push to the branch:
git push origin feature-YourFeature
  1. Open a Pull Request.

And there you have it!

Congratulations!

You've now mastered the art of cryptocurrency tracking. If only making money were this easy. Good luck, and may your portfolio be as impressive as your coding skills!

πŸ’— Contributors

Stargazers ❀️

Stargazers repo roster for @vanshchauhan21/CryptoTracker

Forkers ❀️

Forkers repo roster for @vanshchauhan21/CryptoTracker

Connect with Us 🀝

Thank you for exploring this project! We’d love to connect and hear from you. Reach out through any of the platforms below:

LinkedIn Twitter GitHub

  1. πŸ› οΈ Make Your Changes

    • Open the project files in your code editor (like VS Code) and make your changes.
    • You can contact the project manager for any queiries you have.
  2. βœ… Test Your Changes

    • Make sure your changes work correctly by testing the website locally. Open the index.html file in your browser to see your updates.
  3. πŸ’¬ Commit Your Changes

    • Once your changes are ready, commit them with a descriptive message:
      git add .
      git commit -m "Added feature X or Fixed issue Y"
  4. πŸ“€ Push Your Changes

    • Push your changes to your forked repository on GitHub:
     git push origin your-branch-name
  5. πŸ”„ Create a Pull Request (PR)

    • Go back to the original repository.
    • Click the Compare & pull request button.
    • Write a short description of your changes and submit the pull request (PR).
  6. πŸ”ŽReview Changes

    • The project manager will review your PR. If your changes are approved, your request would be merged.

By following these steps, you can easily contribute to this project! If you have any questions, feel free to ask in the repository’s discussion or issue section.# Getting Started with Create React App

Running Locally

Clone the repo

   git clone (your forked repo link)

Change the directory

     cd  CrytoTracker

Install the packages

    npm install

πŸ“„ License This project is licensed under the MIT License

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.9%
  • CSS 31.4%
  • Other 1.7%