https://github.com/ngodingbang/rwid-git
Learn to code with version control system using Git.
https://github.com/ngodingbang/rwid-git
Last synced: about 1 year ago
JSON representation
Learn to code with version control system using Git.
- Host: GitHub
- URL: https://github.com/ngodingbang/rwid-git
- Owner: ngodingbang
- License: mit
- Created: 2023-07-12T22:54:12.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-15T10:07:21.000Z (over 2 years ago)
- Last Synced: 2023-10-16T12:05:54.317Z (over 2 years ago)
- Language: JavaScript
- Size: 4.18 MB
- Stars: 1
- Watchers: 1
- Forks: 16
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# RWID Git
Learn to code with version control system using Git. There are several study case and code example we can use to expertise our skill on Git, such as:
- [x] [Basic](basic/index.html)
- [x] Functional Programming
- [x] [Factorial - Functional](functional/factorial.html)
- [x] [Fizz Buzz - Functional](functional/fizz-buzz.html)
- [x] [Palindrome - Functional](functional/palindrome.html)
- [x] [Fibonacci - Functional](functional/fibonacci.html)
- [x] Object Oriented Programming
- [x] [Factorial - OOP](oop/factorial.html)
- [x] [Fizz Buzz - OOP](oop/fizz-buzz.html)
- [x] [Palindrome - OOP](oop/palindrome.html)
- [x] [Fibonacci - OOP](oop/fibonacci.html)
- [x] [Standard Library](standard-library/index.html)
- [x] [Modules](modules/index.html)
- [x] [Asynchronous](asynchronous/index.html)
You can add your own study case into the list above by contributing to this repository. See [Contributing](#contributing) section for more information.
## Installation
You can install the project by clone it via GitHub :
```bash
git clone https://github.com/ngodingbang/rwid-git.git
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Community Projects
- [ianriizky/rwid-git](https://github.com/ianriizky/rwid-git)
- [sdesakt/rwid-challenge](https://github.com/sdesakt/rwid-challenge)
- [dianprsty/rwid-git](https://github.com/dianprsty/rwid-git)
- **and more...**
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
## Credits
| Role | Name |
| ------ | -------------------------------------------------------- |
| Author | [Septianata Rizky Pratama](https://github.com/ianriizky) |