https://github.com/faranoshamini/tdd_project
A ruby project with methods such as Factorial, ReverseString, FizzBuzz build on TDD approach
https://github.com/faranoshamini/tdd_project
gem gemfile rspec ruby
Last synced: 2 months ago
JSON representation
A ruby project with methods such as Factorial, ReverseString, FizzBuzz build on TDD approach
- Host: GitHub
- URL: https://github.com/faranoshamini/tdd_project
- Owner: FaranoshAmini
- License: mit
- Created: 2023-01-06T10:04:50.000Z (over 2 years ago)
- Default Branch: Development
- Last Pushed: 2023-01-06T13:26:37.000Z (over 2 years ago)
- Last Synced: 2025-02-04T14:48:04.657Z (4 months ago)
- Topics: gem, gemfile, rspec, ruby
- Language: Ruby
- Homepage:
- Size: 11.7 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)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Author](#author)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**TDD_Project**
> A ruby project with methods such as Factorial, ReverseString, FizzBuzz build on TDD approachBackend
> [Solver]
- factorial method
- reverse method
- fizzbuzz method
- [Coming soon](#)
> To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- A Desktop or Laptop Computer running on with Windows, Mac OS or Linux operating system.
- Ruby installed on the Computer
### Setup
Clone this repository to your desired folder:
- `git clone https://github.com/NahnahAJ/OOP-school-library.git` if your're using https or git
- `[email protected]:NahnahAJ/OOP-school-library.git` if you prefer ssh and hit enter.
- create a directory in your preferred location (e.g in the Desktop or Document directory)
### Install
Install this project with:
- Dependencies _(a packet manager is required)_: then you run the command `npm install` in the terminal
### Usage
To run the project, execute the following command:
- `ruby -the name of the file-`
- This will run the project in the terminal in the specified directory
### Run tests
To run tests, run the following command:
- `npm run test`
- This will run all tests on your local machine
## 👥 Authors
In this project we implement a class with some methods using test-driven development (TDD).
> I was the sole collaborator in this project.
👤 **Faranosh Amini**
- GitHub: [@githubhandle](https://github.com/FaranoshAmini)
- Twitter: [@twitterhandle](https://twitter.com/Faranosh_Amini)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/faranosh-amini-9b925b23a/)
👤 **Nahnah Ahjuwah**
- GitHub: [@NahnahAJ](https://github.com/NahnahAJ)
- Twitter: [@NahnahAhjuwah](https://https://twitter.com/NahnahAhjuwah)
- LinkedIn: [Felicia-Awuah](https://www.linkedin.com/in/felicia-awuah-gyedua/)
> To be added later
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
> If you like this project then kindly give me a star ⭐️ in the project repository.
## 🙏 Acknowledgments & Attribution
- I would like to thank Microverse.
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is [MIT](./LICENSE) licensed.