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
- Host: GitHub
- URL: https://github.com/sonjoydatta/crypto-listing
- Owner: sonjoydatta
- Created: 2022-03-23T21:30:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-27T07:47:49.000Z (over 4 years ago)
- Last Synced: 2025-01-22T05:28:41.194Z (over 1 year ago)
- Topics: cryptocurrency, react, socket-io, typescript, vercel
- Language: TypeScript
- Homepage: https://crypto-listing.vercel.app
- Size: 86.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)