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.
Make sure you have installed Node.js and npm.
-
Clone This Project:
git clone https://github.com/username/coin-tracker.git
-
Navigate to Project Directory:
cd coin-tracker
-
Install Dependencies:
npm install
-
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. -
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.
If you wish to contribute to this project, please create a pull request, and we will review it.
This project is licensed under the MIT License.