In this tutorial, we will see how to build an Order Book web application. We'll use React with Typescript for creating the UI, Redux for managing the application state, and styled-components for applying the styling. And last, but not least, we'll use WebSockets for fetching the data feeds.

22m read timeFrom freecodecamp.org
Post cover image
Table of contents
What is an Order Book?Why Would I Need an Order Book?The Plan for our Order Book AppApplication FeaturesTech Stack for our AppHow to Build the AppGroupingHow to Perform Unit Tests on the AppHow to Deploy the App to VercelHow to Add a Build Badge on GitHubWrapping UpReferences
1 Comment

Sort: