This project demonstrates a cryptocurrency site which displays information about trending and most popular ones:
- leverages the coingecko REST API to analyze the data.
- Dashboard showcasing Top 10 cryptocurrencies and statistics.
- Cryptocurrency dashboard Ex. (Bitcoin) specific data analysis
- Search cryptocurrencies across all the chains.
src/
├── libs/
│ ├── hooks.ts # Custom hooks implementation
│ ├── services.tsx # API endpoints
│ ├── types.ts # custom types written for props and components
├── components/
│ ├──providers/ # Theme provider setup
| ├── App.tsx # Drives the dashboard and routes
| ├── main.tsx # Main entry file which includes provider
| ├── tsconfig.app.json # Typescript config
| ├── vercel.json # Vercel deployment config
-
Clone the repository:
git clone https://github.com/vinaymanala/rcoins.git cd rcoins -
Install dependencies:
yarn install
-
Run the development server:
yarn dev
-
Open http://localhost:5173 in your browser.
Displays the Portfolio allocation, Top trends, Total volumes metrics of top performing cryptocurrencies.
Displays the searched cryptocurrency data analysis and other information.
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Feel free to open an issue or submit a pull request.