/cryptocurrency-quoter

With this application you can quote a cryptocurrency instantly selected from different currencies

Primary LanguageJavaScriptMIT LicenseMIT

Cryptocurrency Quoter

logo logo

📗 Table of Contents

📖 About the Project

Cryptocurrency Quoter This web application, built with React, allows users to instantly quote various cryptocurrencies against different currencies. Users can enter the desired cryptocurrency and currency pair, allowing them to get real-time quotes. The user-friendly interface ensures seamless interaction with cryptocurrency quote data, allowing for easy quote editing.

To access cryptocurrency data, the application uses the API provided by CryptoCompare, which can be found at https://min-api.cryptocompare.com/.

🚀 Live Demo

(back to top)

🛠 Built With

Tech Stack

Client
  • HTML, CSS, Styled Component, JavaScript
  • React.js

🚀 Getting Started

To get a local copy up and running, follow these steps.

Setup

  1. Clone this repository to your desired folder:
git https://github.com/cilfonegabriel/cryptocurrency-quoter.git
cd cryptocurrency-quoter


### Install

After cloning the repo, navigate into it and install all the required packages with the following command:

```sh

npm install

Then just wait for everything to finish downloading.

Usage

Start the React app:

npm run dev

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm run eject

Deployment

You can deploy this project using:

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

(back to top)

👥 Authors

👤 Gabriel -Cilfone

(back to top)

🔭 Future Features

  • Complete the about pages
  • Add reorder functionality
  • Deploy a live demo
  • Add account support to store your list

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

(back to top)

🙏 Acknowledgments

  • Thanks to Microverse and all my teammates!

(back to top)

📝 License

This project is MIT licensed.

(back to top)