ybadr99 / FizzBuzz_TDD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


TDD Solver Project

πŸ“— Table of Contents

πŸ“– TDD Solver Project

This is an App which allow you to solve factorials, reverse words, and solve fizzbuzz challenge using Test-Driven Development.

πŸ›  Built With

Tech Stack

The site was built with Ruby using TDD.

Client
Database

Key Features

  • Factorial
  • Reverse word
  • FizzBuzz
  • TDD

(back to top)

πŸ’» Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

gem install ruby

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/ybadr99/FizzBuzz_TDD.git

Install

Install this project with:

  cd FizzBuzz_TDD

Usage

To run the project, execute the following command:

ruby solver.rb

Run tests

To run tests, run the following command:

rspec --force-color --format documentation

(back to top)

πŸ‘₯ Authors

πŸ‘€ yousef badr

πŸ‘€ Sumeya Ibrahim

(back to top)

πŸ”­ Future Features

  • Add Fibonacci methods

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project,please give it a ⭐️!

(back to top)

πŸ™ Acknowledgments

I would like to thank Microverse for giving me the opportunity to learn and grow as a developer.

(back to top)

❓ FAQ

  • Can I use this project for my own purposes?

    • Yes, you can.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

License:MIT License


Languages

Language:Ruby 100.0%