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

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.

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) |