This project was created by @vanshchauhan.
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.
π Stars | π΄ Forks | π Issues | π Open PRs | π Closed PRs | π οΈ Languages | β Contributors |
---|---|---|---|---|---|---|
Weβre excited to have you contribute to this Ice Cream Parlour Website project! Follow these simple steps to get started:
π΄ Fork the Repository
π» Clone Your Fork
git clone
- Replace your-username with your GitHub username.
πΏ 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.
π οΈ Make Your Changes
β Test Your Changes
npm start
This will launch the app in development mode. Open http://localhost:3000 to view your changes.
π¬ Commit Your Changes
git add .
git commit -m "Added feature X or Fixed issue Y"
π€ Push Your Changes
git push origin feature-YourFeature
π Create a Pull Request (PR)
π Review Changes
Make sure you have the following installed on your machine:
Clone the repository:
git clone https://github.com/your-username/CryptoTracker.git
Navigate to the project directory:
cd CryptoTracker
Copy the environment variables template and add your Clerk publishable key:
cp .env.sample .env.local
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!
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!
Thank you for exploring this project! Weβd love to connect and hear from you. Reach out through any of the platforms below:
This project is licensed under the MIT License