/ruby-tdd-project

Primary LanguageRubyMIT LicenseMIT

logo

John Palacios & Hajnalka Oltyan

📗 Table of Contents

📖 Ruby - TDD project

Ruby - TDD project is an application, containing a Solver class, and 3 methods: Factorial, Reverse and FizzBuzz. Built with Ruby using test-driven development (TDD) by writing the Rspec tests first.

🛠 Built With

Tech Stack

Technologies

Key Features

  • Ruby
  • RSpec
  • GitFlow

(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:

Setup

Clone this repository to your desired folder:

git clone git@github.com:hajnaloltyan/ruby-tdd-project.git
cd ruby-tdd-project
code . (To open VS Code Editor)

Then, you will change everything you want!

Install

Install this project with:

    1. Install Ruby following this documentation
    1. Use the build install command within your folder using WSL to install all the dependencies automatically.
    1. Install RSpec following this documentation

Usage

To run the project, execute the following steps:

    1. Open your terminal (WSL/Ubuntu Terminal)
    1. Check if you have ruby, rspec and rubocop installed (if not follow the previous chapter).
    1. Finish

(back to top)

👥 Authors

👤 John Palacios

👤 Hajnalka Oltyan

(back to top)

🔭 Future Features

  • Create more methods to have more solvable features

(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 feel free to watch it and take some features that will enhance your project as well.

(back to top)

🙏 Acknowledgments

I would like to thank the Microverse Team for reviewing my code and making me a better professional.

(back to top)

📝 License

This project is MIT licensed.

(back to top)