top of page
Untitled_Artwork 6.png

ANNOTATED BIBLIOGRAPHY

BlueBits Academy. (2021). React Native CLI: Getting started. YouTube. Retrieved November 5, 2021, from https://youtu.be/WAs20_f6rtc.

        React Native CLI: Getting started is a 95 minute YouTube course that explains how to set up a React Native CLI environment on macOS, Windows, and Linux operating systems. The tutorial covers the difference between Expo and React Native CLI, Environment Setup, how to run the React Native app on an iOS or Android emulator, recommended Visual Studio Code IDE extensions, and debugging techniques. The presented installation and environment setup process is a breakdown of the official React Native “Setting up the development environment” docs.

CS50X 2021. CS50x 2021. (n.d.). Retrieved November 5, 2021, from https://cs50.harvard.edu/x/2021/.

        Harvard CS50 is a self-paced introductory computer science course taught by Professor David J. Malan. CS50 provides an introduction to multiple programming languages such as C, Python, SQL, HTML, CSS, and JavaScript, programming concepts including arrays, data structures, memory, algorithms, and artificial intelligence. The course also covers the Flask framework. Each of the twelve lectures has corresponding labs and projects for students to complete and submit through GitHub. Students must complete a final project at the end of CS50 displaying the skills learned throughout the course.   

Introduction · REACT NATIVE. React Native. (2021, October 2). Retrieved November 5, 2021, from
https://reactnative.dev/docs/getting-started.

        The React Native Docs lives on the cross-platform framework’s official website. Docs are a collection of notes for developers to follow for learning React Native or reference new updates, components, and built-in functions. These docs provide essential information that developers need for installations and prerequisites to React Native. There are interactive examples scattered throughout the Doc to accommodate active learning.

bottom of page