Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 700 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 700 Bytes

This is a real time crypto price suggestor, using websocket and fetching real time data of the current crypto price.

Preview/ ScreenShot

Screenshot 2023-05-02 at 5 13 11 PM

Video

Video

Getting Started

First, npm install then run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.