Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```