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
- Host: GitHub
- URL: https://github.com/vindecodex/hacktoberfest-oop
- Owner: vindecodex
- License: mit
- Created: 2022-10-11T03:02:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-30T10:18:49.000Z (over 3 years ago)
- Last Synced: 2025-04-13T19:59:16.316Z (about 1 year ago)
- Topics: hacktoberfest, javascript, oop, typescript
- Language: TypeScript
- Homepage:
- Size: 169 KB
- Stars: 4
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Hacktoberfest OOP
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
