Git Product home page Git Product logo

brandonarmand / binari Goto Github PK

View Code? Open in Web Editor NEW
174.0 7.0 104.0 1.05 MB

Interactive code editor with a live binary tree visual designed to teach new developers the fundamentals of Data Structures.

Home Page: https://binari.dev

License: MIT License

JavaScript 66.28% HTML 0.96% Dockerfile 0.08% SCSS 32.68%
p5js react javascript binary-tree reactjs fundamentals canvas html5 educational tutorial

binari's Introduction

Binari v0.9.0

Open Source Helpers first-timers-only Netlify Status DeepScan grade

Interactive code editor with a live binary tree visual designed to teach new developers the fundamentals of data structures and algorithms.

Site Navigation

  • Home - Basic introduction to the application.
  • Playground - The primary learning route. Includes the code editor and canvas.
  • About - Application description w/ github API integration for contributor info.

Home Binari About

Built With

Contributing

Issues
Anyone can help. We welcome first-time contributors, as well as experienced contributors.

There is plenty to do for both developers and designers of every skill level. Check out the issues, or pitch your own ideas.

Starting points.

  • New to open-source? I suggest fixing a spelling error or try doing a first-timers-only issue.
  • Expert on all things binary tree? Try building a lesson.
  • Designer? Don't be shy, we could use some work with our designs.

Rules

  1. Read the rules!
  2. Issues tagged with first-timers-only are reserved for new contributors. Let them have a chance.
  3. Each pull request should only introduce a single update at a time. Do not reference multiple issues that are unrelated to one-another.
  4. Attempt to match the coding style of the project.
  5. Adhere to the Code of Conduct, outlined below.

Setup and Contributing Changes

  1. Fork the repo into your GitHub account (available in the top right corner).

  2. Clone the forked repo.

git clone https://github.com/<yourgithubaccount>/Binari.git
  1. Navigate to the Binari directory and create/switch to a new branch.
cd Binari
git checkout -b <branch-name>
  1. Make changes to files. To see the changes you are making reflected in the application, run
npm install
npm start

Build the project.

  1. Add the edited files and commit your changes.
git add <files>
git commit -m "<add message describing your changes>"
  1. Push the changes to the remote repo.
git push -u origin <branch-name>

In the future, you can simply push to this branch by running git push.

  1. Navigate back to your forked version of the project, where GitHub will ask if you would like to open a Pull Request. Create a PR, adding a description of your changes, the purpose of the changes, and a link to the issue you are solving.

  2. Your PR will be reviewed by other members, who will either approve the merge or request changes.

Contributors

Made with contrib.rocks.

Stargazers

Stargazers over time

Code of Conduct

CODE_OF_CONDUCT.md

In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

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.