This project is intended to be shown in my portfolio 😎.
It is mainly a Single Page Application where it will show the prices of different cryptocurrencies through the consumption of Coingecko or Coinmarketcap API 🚀
-
Define color schemes, logos, and site design scheme ✅
-
Create an attractive header related to the area ✅
-
Show prices, marketcap, ath, and more ✅
-
Create cryptocurrency search engine ✅
-
Currency Converter ❌ -> Soon
-
Web3 Integration ❔
Client: React, TailwindCSS, Material-Tailwind, Framer Motion, Lottie, React-Scroll, React-intersection-observer, ChartJS
Server: Node.js
Design With Photoshop and Midjourney IA for Logo's
Others Million.js and Vite
You must require Node.js on your PC
Clone the project
git clone https://github.com/Joelarias1/cryptotracker-reactGo to the project directory
cd cryptotracker-reactInstall dependencies
npm installGet API Key from CoinGecko
https://www.coingecko.com/en/apiCreate .env file (See example inside)
Start the server
npm run dev