vindecodex / hacktoberfest-OOP

A project to help newly devs contribute to open-source | Hacktoberfest Repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacktoberfest OOP

Test status Contributors count License MIT

Anyone can contribute by creating a base class that doesn't exist yet, or you can extend a base class that is already created by other devs.

Contributing Guide

  1. Fork this repository

  2. Clone the forked repository

  3. Install dep., and start creating a base class or extend a base class

  4. Write test for your class to justify it's feature, examples on shape class and square class

  5. Save and commit changes

  6. Create your branch {GITHUB_USERNAME}/{BASE OR SUBCLASS}-{CLASS_NAME_ADDED} ---- Note: Branch should be followed to get accepted

Example: vindecodex/subclass-square

  1. Create a pull request

Issues

Create an issue for improvement on this repository

Contributors

Contributors

About

A project to help newly devs contribute to open-source | Hacktoberfest Repository

License:MIT License


Languages

Language:TypeScript 98.9%Language:JavaScript 1.1%