Skip to content

victorcabral182/coin_gecko_clone

Repository files navigation

CoinGecko Clone

This project is a basic responsive copy of the website coingecko.com, integrated with their own free API.

Technologies used

How to run the project

  1. Clone this repository
git clone https://github.com/your-username/coingecko-clone.git
  1. Enter the project folder
cd coingecko-clone
  1. Install dependencies
npm install
  1. Start the development server
npm run dev
  1. Open http:https://localhost:3000 in your browser to view the project.

Features

  • Listing of cryptocurrencies with information such as name, symbol, price, percentage change in the last 24 hours, market capitalization, and trading volume in the last 24 hours.
  • Line chart with the price variation of the last 7 days for each cryptocurrency.
  • Search for cryptocurrencies by name or symbol.
  • Responsiveness for different screen sizes.

API

The project uses the free CoinGecko API to obtain cryptocurrency information. For more information, visit the API documentation.

Final considerations

This project is intended for study and practice purposes of web development with React, Next.js and Material-UI. It is not recommended to use this code in production without proper adaptations and testing.

Feel free to contribute with suggestions, corrections and improvements.