Skip to content
/ NeoFI Public

A real time crypto price monitor. Developed using web socket, typescript, nextjs.

Notifications You must be signed in to change notification settings

imaxisXD/NeoFI

Repository files navigation

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.