Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naledi-dikgale/tdd
https://github.com/naledi-dikgale/tdd
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/naledi-dikgale/tdd
- Owner: Naledi-Dikgale
- License: mit
- Created: 2023-06-28T16:08:16.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-10-11T21:04:05.000Z (about 1 year ago)
- Last Synced: 2023-10-12T11:35:33.536Z (about 1 year ago)
- Language: Ruby
- Size: 12.7 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TDD
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)**[TDD]** Is an app making created making use of TDD methodology. It solves some mathematical problems name; Fizzbuzz, reverse, and Factorial.
Ruby
- **[Class functionality]**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
bundle install
```
### Setup
Clone this repository to your desired folder:
```sh
cd TDD
git clone https://github.com/Naledi-Dikgale/tdd.git
```
### Install
Install this project with:
```sh
cd TDD
bundle install
gem install --no-document rubocop -v '>= 1.0, < 2.0'
gem install rspec
```
### Usage
To run the project, execute the following command:
```sh
ruby main.rb
or
./main
```
### Run tests
To run tests, run the following command:
- `rubocop --color`
- `rspec spec --format doc`
### Deployment
- Project is not deployed
👤 **Author1**
*[NALEDI DIKGALE]*
- GitHub: [@githubhandle](https://github.com/Naledi-Dikgale)
- Twitter: [@twitterhandle](https://twitter.com/ChichiTheStar)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/naledi-dikgale-068423159/)
- Website: [@naledi_dikgale](https://nalediportfolio.netlify.app/)
👤 **Author2**
*[SALMA IBRAHIM]*
- GitHub: [@Saluumaa](https://github.com/saluumaa)
- Twitter: [@SalmaHIbrahim20](https://twitter.com/SalmaHIbrahim20)
- LinkedIn: [Salma ibrahim](https://www.linkedin.com/in/salma-ibrahim-78bb5a14a/)
- [ ] **[Add different structure]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Naledi-Dikgale/tdd/issues).
If you like this project please show support by staring ⭐️.
* We would like to thank Microverse for accommodating us in the Full-time Software Development program.
This project is [MIT](./LICENSE) licensed.