Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghostesso/tdd_project
This project focuses on applying Test-Driven Development (TDD) principles to create a Solver class in Ruby. The class includes methods such as factorial, reverse, and fizzbuzz, and emphasizes writing tests before writing the actual code.
https://github.com/ghostesso/tdd_project
Last synced: 18 days ago
JSON representation
This project focuses on applying Test-Driven Development (TDD) principles to create a Solver class in Ruby. The class includes methods such as factorial, reverse, and fizzbuzz, and emphasizes writing tests before writing the actual code.
- Host: GitHub
- URL: https://github.com/ghostesso/tdd_project
- Owner: GhostEsso
- License: mit
- Created: 2023-10-13T09:21:53.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-10-13T17:14:26.000Z (about 1 year ago)
- Last Synced: 2024-10-31T07:29:49.454Z (19 days ago)
- Language: Ruby
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# π Table of Contents
- [π About the Project](#about-project)
- [π Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [π» Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [π License](#license)The **TDD Project** is a Ruby project that implements a class with methods via test-driven development (TDD) practice.
Ruby
> The key features of this project includes.
- **A class that represents the entire class.**
- **A module that represents the implementation of a subset of the functionality.**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
A code editor (Visual Studio Code is recommended)
Git and a GitHub account
### Setup
Clone this repository to your desired folder by using this ποΈ command :
```
[email protected]:GhostEsso/TDD_project.git
```
### Install
Go to the project directory:
```
cd TDD_project
```
Before to run the program, verify that you have Ruby installed on your OS running the following command:
```
ruby -v
```
It should show you the version of Ruby ββinstalled. If this does not happen and only an error message is displayed, then you should either verify your installation or install Ruby from scratch.
[Download and Install Ruby](https://www.ruby-lang.org/en/downloads/)
### Usage
To run the project, execute the following command:
```
ruby solver.rb
```
### Run tests
- Tests are not applicable in this project at the moment.
### Deployment
- Deployment is not applicable in this project at the moment.
π€ **Essohanam TAMBANA**
- GitHub: [@GhostEsso](https://github.com/GhostEsso)
- Twitter: [@TambanaEssohana](https://twitter.com/TambanaEssohana)
- LinkedIn: [Tambana Essohanam](https://www.linkedin.com/in/essohanam-tambana-62aa081a1/)
π€ **Newton Ombese**
- GitHub: [@newtonOmbese](https://github.com/mohammadnewton)
- LinkedIn: [@newtonOmbese](https://www.linkedin.com/in/mohammad-newton-ombese/)
> Here are some future features that could be added to the TDD Project in the future.
- **Integration with other educational tools:** SLMS can be integrated with other educational tools, such as learning management systems (LMS) and electronic textbooks, to provide a more seamless learning experience for students.
These are just a few ideas for future features that could be added to the TDD Project module. The specific features that are added will depend on the needs and wants of the users.
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
Give a starβοΈ or a thumbs up π if you like this project! You can visit my GitHub profile for more of my projects.
- Project supervised by [Microverse](https://www.microverse.org/)
- [Creative Commons 4.0 License](https://creativecommons.org/licenses/by-nc/4.0/)
This project is [MIT](./LICENSE) licensed.