Giter Club home page Giter Club logo

bharathkdev / trackerapp Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 590 KB

React Native application with authentication to track the routes or path user takes to reach a destination and display it in React Native Map (used MongoDB for backend actions)

JavaScript 45.64% Ruby 2.73% Starlark 1.02% Java 26.31% CMake 0.46% C++ 12.31% Objective-C 4.03% Objective-C++ 7.50%
context-api customhooks mongodb react-native reactnativemaps reactnavigation6 javascript

trackerapp's Introduction

Tracker App React Native Application

Welcome to the Tracker App repository! This README provides instructions on how to clone, set up, and run the Tracker App React Native application on your local development environment.

Prerequisites

Before you begin, ensure you have met the following requirements:

Environment setup: https://reactnative.dev/docs/environment-setup

Clone the Repository

First, clone this repository to your local machine using Git:

git clone https://github.com/Bharathkdev/trackerApp

Navigate to the App Folder

Change your working directory to the app folder:

cd trackerApp/

Install Dependencies

You can use npm or yarn to install the project dependencies.

Using Yarn:

yarn install

Using npm:

npm install

iOS Specific Steps

Install iOS Dependencies

Before running the app on an iOS simulator or device, you'll need to install iOS dependencies using CocoaPods. Run the following commands:

cd ios/
pod install

This will install the required dependencies for the iOS portion of your app.

Running the App

You can run the application on either an Android or iOS emulator, or on a physical device if it's connected to your development machine.

Android

To run the app on an Android emulator or device, use one of the following commands:

Using Yarn:

yarn android

Using React Native CLI:

npx react-native run-android

iOS

To run the app on an iOS simulator or device, use one of the following commands:

Using Yarn:

yarn ios

Using React Native CLI:

npx react-native run-ios

Troubleshooting

If you face any error while installing pods using pod install make sure your pod version is up-to-date. Run the following command:

cd ios/
pod install --repo-update

trackerapp's People

Contributors

bharathkdev avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.