An open API service indexing awesome lists of open source software.

https://github.com/obomhese-raphael/cryptoplace


https://github.com/obomhese-raphael/cryptoplace

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# CryptoPlace

CryptoPlace is a web application that displays the top 10 biggest cryptocurrencies, allows users to search for more coins, provides real-time graphs, shows prices in various currencies, and includes 24-hour high/low changes and market capitalization data.

## Features

- **Top 10 Cryptocurrencies**: Displays the top 10 largest cryptocurrencies by market cap.
- **Search Functionality**: Allows users to search for additional cryptocurrencies.
- **Real-Time Graphs**: Provides real-time graphs for each cryptocurrency.
- **Price Information**: Shows the current price in USD and other selected currencies.
- **24-Hour High/Low**: Displays the highest and lowest prices in the past 24 hours.
- **Market Cap**: Shows the market capitalization of each cryptocurrency.

## Installation

1. Clone the repository:
```sh
git clone https://github.com/Obomhese-Raphael/CryptoPlace.git
```
2. Navigate to the project directory:
```sh
cd GreatStack CryptoPlace
```
3. Install dependencies:
```sh
npm install
```

## Usage

1. Start the development server:
```sh
npm start
```
2. Open your browser and go to `http://localhost:3000` or whatever localhost server you use.

## API

This project uses the [CoinGecko API](https://www.coingecko.com/en/api) to fetch cryptocurrency data.

## Contributing

1. Fork the repository.
2. Create your feature branch
3. Commit your changes
4. Push to the branch
5. Open a pull request.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

## Contact

Raphael Obomhese - [obomheser@gmail.com](mailto:obomheser@gmail.com)

## Acknowledgments

- [GreatStack - EasyTutorials](https://course.greatstack.dev/learn)
- [CoinGecko API](https://www.coingecko.com/en/api)
- [React](https://reactjs.org/)
- [Chart.js](https://www.chartjs.org/)