React Native Mobile Development Course

Welcome to the React Native Mobile Development Course repository! This repository contains various small projects and exercises completed during the course.

Table of Contents

Introduction

This repository is dedicated to the React Native Mobile Development Course. Each directory within this repository represents a separate project or exercise covered in the course. The purpose of this repository is to showcase the progress and understanding of React Native development.

Projects

  1. Project 1: Goal List
    • Description: A simple list tracking app.
    • Location: ./goal-list

Installation

To run any of the projects locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/kunalbathija/react_course.git
    

Usage

To start the development server and run the app:

  1. Make sure you have the necessary development environment set up. Follow the React Native CLI Quickstart guide for your operating system.

  2. Navigate to the desired project directory:

    cd YOUR_REPOSITORY_NAME/project-1-hello-world
    
  3. Install the dependencies:

    npm install
    
  4. Run app :

    npm run android