Create a CRM Mobile Application with React Native

Go to class
Write Review

Free Online Course: Create a CRM Mobile Application with React Native provided by LinkedIn Learning is a comprehensive online course, which lasts for 3-4 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Create a CRM Mobile Application with React Native is taught by Emmanuel Henri.

Overview
  • Learn how to develop a CRM mobile app using React Native. This course shows how to set up a project, work with Redux, add views, use CRUD operations, and more.

Syllabus
  • Introduction

    • Build a CRM using React Native
    • What you should know
    1. Project Setup and Back End
    • Initialize React Native project
    • Project folder structure
    • Install material kit and vector icons
    • Node and Express back-end setup
    2. Redux and Main Views
    • Get started with Redux
    • React Native debugger
    • Create people list view
    • Code the people item view
    • Finalize people item view
    • Add new components
    • Create tab menu
    3. Complex Component
    • Set up Redux for detail view
    • Initial setup detail view
    • Code the scroll on detail view
    • Add more items in detail view
    • Finalize detail view
    • Test and debug
    4. CRUD Operations
    • Create the new add person form
    • Complete functions for add person view
    • Add person redux reducers
    • Add person redux actions
    • Finalize add person and test
    • Connect list view to back end
    • CRUD: Remove a client
    • CRUD: Set up editing
    • CRUD: Finalize redux for editing
    5. Company View and Final Touches
    • Code the company list query
    • Create company list view
    • Final touches
    Conclusion
    • Next steps