Purukitto / Yuso_TravelApp

Yusō - A collaborative project for enhancements in public transport

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yusō - Your Daily Travel Companion

Codacy Badge LICENSE LANGUAGE FRAMEWORK Issues

Yusō, was built as a collaborative project for enhancements in public transport.


CURRENTLY UNDER DEVELOPMENT


Core Team:

Pulkit Sambhavi Singh
Pulkit Sambhavi Singh

💻
Pranjal Datta
Pranjal Datta

💻
Aniket Sinha
Aniket Sinha

💻
Akshat Joshi
Akshat Joshi

💻

How to Contribute?

  • Make sure that your changes do not conflict with the core files (changing file directories will require a change in all called paths)
  • Follow the original code structure
  • Refactoring contributions are welcome, explicitly mention "[Refractor]" in your pull request
  • Give a few days to review PRs, code reviews are welcome

Steps to sync branch with master (Contributors only):

$ git checkout master
$ git pull

Steps to sync fork with master (Open Source Contributors):

If you fork is behind from the master project you can do these to get the latest version in the master branch of your fork. First go to your(cloned) project folders. Open the terminal in this directory then enter the following commands in the terminal:

  • Configuring a remote for fork

    $ git remote -v 
    //Lists the current configured remote repository for your fork//
    $ git remote add upstream https://github.com/Purukitto/Yuso_TravelApp.git
    //Specifies a new remote upstream repository that will be synced with the fork//
    $ git remote -v
    //Should show the newly made remote *upstream* along with your previous remote//
    
  • Syncing the fork

    $ git fetch upstream
    //Fetch the branches and their respective commits from the upstream repository//
    $ git checkout master
    //Switches to local master branch//
    $ git merge upstream/master
    //Merges the upstearm remote (Main repo) into your local fork//
    

Fonts Used:

UI Text : Roboto (Light)
Text Fields : Open Sans (Light)
Poster Font : Bebas Neue



alt text

About

Yusō - A collaborative project for enhancements in public transport

License:MIT License


Languages

Language:Dart 86.2%Language:JavaScript 10.9%Language:Objective-C 2.0%Language:Java 0.9%