GithubHelp home page GithubHelp logo

ted-marozzi / alg-io Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 8.48 MB

A data structure and algorithm viewing tool. Written in flutter deployed in ios, android and web.

Kotlin 0.63% Swift 1.90% Objective-C 0.18% Dart 85.43% HTML 5.67% Java 6.19%

alg-io's Introduction

alg-io

A data structure and algorithm viewing tool. Written in flutter deployed in ios, android and web.

Home Screen preview Bubble Sort preview

Project Goals / Design

The Goals of the project are to:

image info

  1. Create a useful data visualisation tool for students interested in Computer Science,

  2. Build the foundations of knowledge in App Development for all team members,

  3. Develop an in depth understanding of Flutter and Dart as a coding base, and

  4. Apply best Git workflow practices as part of a team project environment.

Workflow and Design Pattern

Please follow this style guide. https://dart.dev/guides/language/effective-dart/style

Our GitHub workflow is planned to be as follows:

To begin:

git clone https://github.com/ted-marozzi/algo-io.git

# Make sure you are in the repo folder
cd algo-io

# This pulls/copies the origin (Or remote master branch) to master 
# (or local master)
# and ensures the local master and origin master are in sync
git pull origin master

# This creates and moves onto a new feature branch
git checkout -b username-feature

To use:

# This pulls/copies the origin (Or remote master branch) to master 
# (or local master)
# and ensures the local master and origin master are in sync
git pull origin master

# This moves onto the feature branch you are working on
git checkout username-feature

# Make add and commit your changes with descriptive messages, 
# when feature is done.
git add .
git commit -m "Descriptive"
git push origin username-feature

# Now wait for pull request to be reviewed and accepted or denied.
# If accepted make sure to, and just do it in general to stay up to date
git pull origin master

Other useful commands:

# delete branch locally
git branch -d localBranchName

# delete branch remotely
git push origin --delete remoteBranchName

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.