This document outlines a course on building a TODO app with React Native. It discusses setting up the development environment, creating a new project, and the basics of React and React Native. The TODO app will have features like user registration and authentication, adding, completing, and deleting tasks. Students will learn to set up their environment, create a new project, add it to Git, and understand basic React concepts like states, props, and JSX. The course will cover directory structure, authentication, and using Redux and Redux-Sagas patterns.
Related topics: