Completed
Intro and Overview
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Building a Stocks Price Tracker with React Native - Step-by-Step Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro and Overview
- 2 Initializing and Setting up Expo Project
- 3 Rendering a List of Stocks
- 4 Building the Details Page of a Stock
- 5 Integrating react-native-graph; Displaying data in chart
- 6 Creating a TwelveData account and getting the API key
- 7 Why use a GraphQL layer on top of a REST API
- 8 Setting up an IBM StepZen API and adding queries
- 9 Fetching the GraphQL API from React Native
- 10 Querying info about Stocks from the Backend
- 11 Saving Stocks as Favourites with a custom PostgreSQL database
- 12 Demo and Outro