A web application that allows users to convert amounts from different cryptocurrencies to fiat currencies
Explore Code »
View Demo
·
Report Bug
·
Request Feature
CryptoConvert is a web application that enables users to convert amounts various cryptocurrencies to fiat currencies. The application utilizes real-time exchange rates obtained from popular cryptocurrency data providers to perform accurate and up-to-date conversions.
Table of Contents
- Select a source cryptocurrency from a list of top 100 cryptocurrencies.
- Input the amount to be converted.
- Choose the target currency (USD, EUR, etc.).
- View the converted amount instantly.
- Backend: Node.js, Express.js
- Frontend: React
- API: Coinmarketcap (for fetching real-time exchange rates)
The project follows a structured organization with separate backend and frontend directories:
backend/
: Contains the Node.js backend.frontend/
: Contains the React frontend.
Running a development environment for this project will be the easiest thing in you day.
To run the application locally, follow these steps:
-
Clone the repository:
git clone https://github.com/sarkartanmay393/--.git
-
Run both command separately to setup the codebase:
cd backend && pnpm install && pnpm run dev
cd frontend && pnpm install && pnpm run dev
-
or Use Docker Compose
docker compose up
-
or Run the following command to start using
concurrently
chmod +x quickStart.sh /.quickStart.sh
If any issue occured ...
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -s -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Wait for review
See the open issues for a full list of proposed features (and known issues).
Your Name - Tanmay Sarkar @sarkartanmay393 - [email protected]
Project Link: https://github.com/sarkartanmay393/CryptoConvert
Thanks for visiting my project. If you like it, please give it a star. It will help me a lot. Thanks again!