Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bolajiayodeji/oop-javascript
Learn OOP JavaScript :zap:
https://github.com/bolajiayodeji/oop-javascript
es6-javascript javascript oop oop-principles
Last synced: 3 months ago
JSON representation
Learn OOP JavaScript :zap:
- Host: GitHub
- URL: https://github.com/bolajiayodeji/oop-javascript
- Owner: BolajiAyodeji
- License: mit
- Created: 2019-03-13T14:03:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-16T06:42:00.000Z (over 2 years ago)
- Last Synced: 2024-10-13T18:11:33.796Z (3 months ago)
- Topics: es6-javascript, javascript, oop, oop-principles
- Language: JavaScript
- Homepage: https://bolajiayodeji.github.io/OOP-JavaScript/
- Size: 341 KB
- Stars: 39
- Watchers: 6
- Forks: 32
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OOP JAVASCRIPT
[![Pull Requests Welcome](https://img.shields.io/badge/PRs-welcome-red.svg?style=flat)](http://makeapullrequest.com)
[![first-timers-only Friendly](https://img.shields.io/badge/first--timers--only-friendly-blue.svg)](http://www.firsttimersonly.com/)
[![Open Source Helpers](https://www.codetriage.com/bolajiayodeji/oop-javascript/badges/users.svg)](https://www.codetriage.com/bolajiayodeji/oop-javascript)Learn Object Oriented JavaScript concepts in action. :zap:
For beginners and intermediates!## Contributors Guide
- If you are new to Git and Github, it is advisable you go through
[GitHub For Beginners](http://readwrite.com/2013/09/30/understanding-github-a-journey-for-beginners-part-1/)
before moving to the next step.- Fork the Repository [here](https://github.com/BolajiAyodeji/OOP-JavaScript/fork)
- Clone the forked Repository
```git
$ git clone https://github.com/BolajiAyodeji/OOP-JavaScript.git
```- Enter the cloned directory
```git
cd OOP-JavaScript
```- Open directory in your Code Editor
```git
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
$ git add --all
$ git commit -m "commit description here"
$ git push -u origin master
```- Open a Pull Request ( [What is a pull request?](https://yangsu.github.io/pull-request-tutorial/) )
- 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](https://codewithmosh.com/courses/310571)## Helpful Resources
- [Pro GIT Book](https://git-scm.com/book/en/v2)
- [Try Git](https://try.github.io/)
- [Git/ Git Hub on Windows](https://www.youtube.com/watch?v=J_Clau1bYco)
## Author
[Bolaji Ayodeji](https://github.com/BolajiAyodeji)## Licence
[MIT](https://opensource.org/licenses/MIT)