Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joelarias1/cryptotracker-react
Crypto Tracker with React, Vite and Tailwind CSS
https://github.com/joelarias1/cryptotracker-react
cryptocurrency react tailwind
Last synced: about 1 month ago
JSON representation
Crypto Tracker with React, Vite and Tailwind CSS
- Host: GitHub
- URL: https://github.com/joelarias1/cryptotracker-react
- Owner: Joelarias1
- Created: 2023-10-23T00:33:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-06T19:21:29.000Z (3 months ago)
- Last Synced: 2024-11-06T20:27:46.513Z (3 months ago)
- Topics: cryptocurrency, react, tailwind
- Language: JavaScript
- Homepage: https://cryptotracker-react.vercel.app
- Size: 59.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CryptoTracker on React 🟦
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 🚀
## Roadmap 👀
- 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 ❔
## Tech Stack 🛠
**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
## Run Locally (Version 2.0) 🙌
You must require `Node.js` on your PC
Clone the project
```bash
git clone https://github.com/Joelarias1/cryptotracker-react
```Go to the project directory
```bash
cd cryptotracker-react
```Install dependencies
```bash
npm install
```Get API Key from CoinGecko
```bash
https://www.coingecko.com/en/api
```Create .env file (See example inside)
Start the server
```bash
npm run dev
```