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

https://github.com/sonjoydatta/crypto-listing

Crypto listing with realtime data populating features
https://github.com/sonjoydatta/crypto-listing

cryptocurrency react socket-io typescript vercel

Last synced: 3 months ago
JSON representation

Crypto listing with realtime data populating features

Awesome Lists containing this project

README

          

# Crypto Listing

## Features

1. The application is built using [TypeScript](https://www.typescriptlang.org)
2. Socket.io is used for real-time communication
3. React for displaying UI components
4. SCSS for styling

## Demo

This application is deployed on Vercel.. Please check it out 😄 [here](https://crypto-listing.vercel.app).

## Installation

Clone the repository and run the following command:

```shell
git clone https://github.com/sonjoydatta/crypto-listing.git
```

Go to the directory and run the following command:

```shell
cd crypto-listing && yarn
```

For start the application in development mode, run the following command:

```shell
yarn dev
```

For start the application in production mode, run the following command:

```shell
yarn build && yarn preview
```

## Setup

```shell
Create .env file that includes the following variables

VITE_API_URL
VITE_SOCKET_URL
```

## Languages & tools

- [TypeScript](https://www.typescriptlang.org)
- [React](https://reactjs.org)
- [Socket.io](https://socket.io)