https://github.com/rishilahoti/order-book-next15
Order Book app built with NextJs 15/Typescript/Tailwind/Redux and WebSockets.
https://github.com/rishilahoti/order-book-next15
nextjs nextjs15 orderbook redux tailwindcss typescript websocket
Last synced: 7 months ago
JSON representation
Order Book app built with NextJs 15/Typescript/Tailwind/Redux and WebSockets.
- Host: GitHub
- URL: https://github.com/rishilahoti/order-book-next15
- Owner: rishilahoti
- Created: 2024-11-17T17:42:51.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-17T18:10:10.000Z (11 months ago)
- Last Synced: 2025-01-19T11:43:11.359Z (9 months ago)
- Topics: nextjs, nextjs15, orderbook, redux, tailwindcss, typescript, websocket
- Language: TypeScript
- Homepage: https://order-book-next15.vercel.app/
- Size: 213 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
## Getting Started
First, run the package installation command:
```bash
yarn
```Then run the development server:
```bash
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
This project uses [`react-use-websocket`](https://github.com/robtaussig/react-use-websocket) to receive constant updates sent from the server.
For state managment [`redux`](https://redux.js.org/usage/nextjs).
I use Prettier Formatter to foramt the code to kame it clean.