https://github.com/developerwaleed/ruby-capstone
This project is to creat a fully functional project out of the concepts that has already been covered!
https://github.com/developerwaleed/ruby-capstone
Last synced: about 1 year ago
JSON representation
This project is to creat a fully functional project out of the concepts that has already been covered!
- Host: GitHub
- URL: https://github.com/developerwaleed/ruby-capstone
- Owner: developerwaleed
- Created: 2022-09-05T12:31:26.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-09-08T14:39:22.000Z (over 3 years ago)
- Last Synced: 2024-10-03T12:44:13.561Z (over 1 year ago)
- Language: Ruby
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Catalog of my things
> Tis project is a console app that will help you to keep a record of different types of things you own: books, music albums, movies, and games.
## Built With
- Major languages : `Ruby`
- Frameworks : `Rspec`
- Technologies used : `Git`, `Gitflows`, `Github`, `Rubocop` and `Rubygem`
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Have a computer and internet connection
- Have `Ruby` installed on your computer
- Have a basic knowledge of `Ruby` and `OOP` concept
- Have a general understanding of what testing is
- Have `visual-studio code` or any other code editor installed on your computer.
### Setup
- In order to get a copy of this project you need to download it from https://github.com/developerwaleed/Ruby-Capstone
- Extract the zipped file and open it in your code editor
### Install
- Run the command bellow in your terminal to get all required files
```
bundle install
```
### Run tests
you can run one of the following command in your terminal
1. Run testing
```Ruby
rspec spec
```
2. Run linters
```Ruby
> Rubocop --color
> Rubocop -A
```
## Authors
👤 **Chris Siku**
- GitHub: [@githubhandle](https://github.com/Chrissiku)
- Twitter: [@twitterhandle](https://twitter.com/christian_siku)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/christian-siku/)
👤 **Waleed Amjad**
- GitHub: [@githubhandle](https://github.com/developerwaleed)
- Twitter: [@twitterhandle](https://twitter.com/developerwaleed)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/developerwaleed/)
👤 **Harold Mudosa**
- GitHub: [@githubhandle](https://github.com/haroldmud)
- Twitter: [@twitterhandle](https://twitter.com/MudosaHarold)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- To Microvese
## 📝 License
This project is [MIT](https://github.com/Chrissiku/TDD-project/blob/dev/MIT.md) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._