Skip to content

LisaGHeclys/Trotter-Android-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trotter Mobile

This is an Epitech end of study project for Android.

Introduction

Trotter Mobile is a key component of a larger project that includes a Web App and a Showcase Site. The project aims to support solo travelers by providing them with a comprehensive platform to help them plan and organize their journeys.

The app is specifically designed to generate paths for solo travelers based on their preferences and interests. It will provide users with personalized recommendations on destinations, attractions, accommodations, and activities, taking into account factors such as budget, travel style, and duration of stay. Users can customize their itinerary based on their preferences and receive real-time updates and alerts as they travel.

The development of Trotter is a significant undertaking that is expected to take three years to complete fully. The app will be available for both iOS and Android devices.

Technologies used

  • React Native
  • Mapbox
  • Gradlew
  • Jest

Prerequisites

  • Gradlew
  • React Native
  • Metro

How to name your branch and how to name your commit

Branches

  • What to do with the branches

    • main : no push on main, it's forbidden ! it represents the project on production.
    • develop : every task that's finished and reviewed will be merged on develop.
    • release : before every meeting with the group projects, a release is taken from develop to test every feature, when everything's corrected, it's merged on main and on develop.
  • How to branch

    [typeOfTask]/taskInCamelCase  
    
    • Type of task :
      • feature
      • bugfix
      • patch
      • wip
      • tests
      • documentation

Commits

  • How to commit

    [clickupCardID] TYPE: description of what has been done 
    
  • Type

    • build : changes that directly affects the build system or dependency (npm etc...)
    • ci : changes that affects the integrations files and scripts or configuration (github actions, automation etc...)
    • add : add a new feature
    • fix : correcting a bug or feature
    • perf : performance improvement
    • refactor : modification that doesn't include a new feature nor a perf improvement
    • style : changes that doesn't affect any features (indents, linters, forgotten space etc...)
    • docs : documentation
    • test : adding or changes any tests concerning the project

And you're all set to contribute to our project.

Useful ressources


This is a new React Native project, bootstrapped using @react-native-community/cli.

Getting Started

Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.

Step 1: Start the Metro Server

First, you will need to start Metro, the JavaScript bundler that ships with React Native.

To start Metro, run the following command from the root of your React Native project:

# using npm
npm start

# OR using Yarn
yarn start

Step 2: Start your Application

Let Metro Bundler run in its own terminal. Open a new terminal from the root of your React Native project. Run the following command to start your Android or iOS app:

For Android

# using npm
npm run android

# OR using Yarn
yarn android

For iOS

# using npm
npm run ios

# OR using Yarn
yarn ios

If everything is set up correctly, you should see your new app running in your Android Emulator or iOS Simulator shortly provided you have set up your emulator/simulator correctly.

This is one way to run your app — you can also run it directly from within Android Studio and Xcode respectively.

Step 3: Modifying your App

Now that you have successfully run the app, let's modify it.

  1. Open App.tsx in your text editor of choice and edit some lines.

  2. For Android: Press the R key twice or select "Reload" from the Developer Menu (Ctrl + M (on Window and Linux) or Cmd ⌘ + M (on macOS)) to see your changes!

    For iOS: Hit Cmd ⌘ + R in your iOS Simulator to reload the app and see your changes!

Now what?

Troubleshooting

If you can't get this to work, see the Troubleshooting page.

Learn More

To learn more about React Native, take a look at the following resources:

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages