An open API service indexing awesome lists of open source software.

https://github.com/vindecodex/hacktoberfest-oop

A project to help newly devs contribute to open-source | Hacktoberfest Repository
https://github.com/vindecodex/hacktoberfest-oop

hacktoberfest javascript oop typescript

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          


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](/base/shape.spec.ts) and [square class](/sub-class/shape/square.spec.ts)

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`

7. Create a pull request

---

## Issues

Create an [issue](https://github.com/vindecodex/hacktoberfest-OOP/issues/new) for improvement on this repository

## Contributors
![Contributors](https://contrib.rocks/image?repo=vindecodex/hacktoberfest-OOP)