All Projects → BolajiAyodeji → OOP-JavaScript

BolajiAyodeji / OOP-JavaScript

Licence: MIT License
Learn OOP JavaScript ⚡

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to OOP-JavaScript

Vert-Core
ServiceContainer for Vue to build Vue applications in OOP.
Stars: ✭ 20 (-13.04%)
Mutual labels:  oop, oop-principles
OOP-In-CPlusPlus
An Awesome Repository On Object Oriented Programming In C++ Language. Ideal For Computer Science Undergraduates, This Repository Holds All The Resources Created And Used By Me - Code & Theory For One To Master Object Oriented Programming. Filled With Theory Slides, Number Of Programs, Concept-Clearing Projects And Beautifully Explained, Well Doc…
Stars: ✭ 27 (+17.39%)
Mutual labels:  oop, oop-principles
design-patterns
Simple examples of Design Patterns with PHP Examples
Stars: ✭ 75 (+226.09%)
Mutual labels:  oop, oop-principles
The-Ruby-Workshop
A New, Interactive Approach to Learning Ruby
Stars: ✭ 26 (+13.04%)
Mutual labels:  oop, oop-principles
elegantobjects
Supplementary materials for "Elegant Objects" book
Stars: ✭ 23 (+0%)
Mutual labels:  oop, oop-principles
kactoos
General-purpose collection of OOP primitives for Kotlin
Stars: ✭ 19 (-17.39%)
Mutual labels:  oop, oop-principles
cactoos-crypto
Crypto extensions for Cactoos library
Stars: ✭ 15 (-34.78%)
Mutual labels:  oop, oop-principles
final-class
🔒 Final classes for Python3!
Stars: ✭ 17 (-26.09%)
Mutual labels:  oop, oop-principles
spring-SOLID
Spring 예제로 보는 SOLID
Stars: ✭ 53 (+130.43%)
Mutual labels:  oop, oop-principles
ruby-patterns
NOTE: NO LONGER MAINTAINED
Stars: ✭ 33 (+43.48%)
Mutual labels:  oop-principles
job-interview-solid-principles-test
A programming job interview questions that test the understanding of basic principles and patterns
Stars: ✭ 32 (+39.13%)
Mutual labels:  oop-principles
estore
Electronic Store Application - A web based application developed using PHP and Driven by MySQL Database
Stars: ✭ 48 (+108.7%)
Mutual labels:  oop
slides
Alexander Makarov conference slides
Stars: ✭ 26 (+13.04%)
Mutual labels:  oop
JavaScript-Bootcamp
Complete Documentation For JavaScript Bootcamp Course By Osama Elzero.
Stars: ✭ 27 (+17.39%)
Mutual labels:  oop
lazylead
Eliminate the annoying work within ticketing systems (Jira, GitHub, Trello). Allows automating (without admin access) daily actions like tickets fields verification, email notifications by JQL/GQL, meeting requests to your (or teammates) calendar.
Stars: ✭ 42 (+82.61%)
Mutual labels:  oop-principles
FOODIE
Fortran Object-Oriented Differential-equations Integration Environment, FOODIE
Stars: ✭ 109 (+373.91%)
Mutual labels:  oop
tidymodules
An Object-Oriented approach to Shiny modules
Stars: ✭ 110 (+378.26%)
Mutual labels:  oop
java-springboot
(Java & React) Yazılım Geliştirici Yetiştirme Kampı Java kısmına ait yazılan kaynak kodlar ve ödev çalışmalarım.
Stars: ✭ 17 (-26.09%)
Mutual labels:  oop
LAB
MIT IT Lab Repository
Stars: ✭ 23 (+0%)
Mutual labels:  oop
laravel-transporter
Transporter is a futuristic way to send API requests in PHP. This is an OOP approach to handling API requests.
Stars: ✭ 282 (+1126.09%)
Mutual labels:  oop

OOP JAVASCRIPT

Pull Requests Welcome first-timers-only Friendly Open Source Helpers

Learn Object Oriented JavaScript concepts in action.
For beginners and intermediates!

Contributors Guide

  • If you are new to Git and Github, it is advisable you go through GitHub For Beginners before moving to the next step.

  • Fork the Repository here

  • Clone the forked Repository

$ git clone https://github.com/BolajiAyodeji/OOP-JavaScript.git
  • Enter the cloned directory
cd OOP-JavaScript
  • Open directory in your Code Editor
code .
  • Add new snippets!
    Ensure to add each snippets in the expected folder directory.
    If possible, try to show multiples ways of solving the same problem from the less efficient to the most efficient algorithm.

  • Push your files

$ git add --all
$ git commit -m "commit description here"
$ git push -u origin master
  • Open a Pull Request ( What is a pull request? )
  • Add enough description of what you did, changes you made and if possible screenshots
  • Wait for Review (Your PR would be reviewed and merged if deemed fit)

Reference

CodeWithMosh Object Oriented JavaScript Course

Helpful Resources

Author

Bolaji Ayodeji

Licence

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].