- 📖 CryptoTrackr
- 💻 Getting Started
- 👥 Author
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 📝 License
CryptoTrackr is a cryptocurrency tracking web application that provides users with real-time updates, statistics, and pricing history of different cryptocurrencies. Built with React, TypeScript, and Redux Toolkit Query, the app offers an intuitive user experience, making it easy to explore and analyze cryptocurrency data.
Client
- Cryptocurrency Tracking: Provides real-time data, value statistics, and pricing history over the past 24 hours of different cryptocurrencies.
- Searching: User can search about a coin by its name.
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Node.js installed.
Clone this repository to your desired folder:
git clone https://github.com/AbeeraTahir/crypto-trackr.git
Install this project with:
npm install
To run the project:
- Create a
.env
file in the root of the project. - Inside that
.env
file, create a variable namedVITE_API_KEY
and assign your RapidAPI key to it. Then create a variable namedVITE_API_HOST
and assign your RapidAPI host to it. - Run the following command to see the website:
npm run dev
👤 Abeera Tahir
- GitHub: @AbeeraTahir
- LinkedIn: Abeera Tahir
- A feature for displaying different cryptocurrency exchnanges can be added.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Please give a ⭐️, if you like this project.
This project is MIT licensed.