Skip to content

PriyaD17/CryptoTracker

 
 

Repository files navigation

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.

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. 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!

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.1%
  • CSS 27.8%
  • HTML 3.1%