- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
** TDD ** Is a Ruby project that solves Factorial, reverse and FizzBuzz algorithm while using TDD (Test Driving Development).
- Back-End Ruby operations
To get the content of this project locally you need to run the following commands in your terminal:
and follow these steps.
- IDE(code editor) like: Vscode, Sublime, etc.
- Git
Clone this repository to your desired folder:
- Download the Zip file or clone the repo with:
git clone git@github.com:cilfonegabriel/TDD-project.git
- To access cloned directory run:
cd curriculum
To install linters and other project's dependencies run:
bundle install
To run the project, execute the following command:
ruby main.rb
For tracking linter errors in Ruby files run:
rubocop .
👤 Gabriel Cilfone
- GitHub: Gabriel Cilfone
- LinkedIn: Gabriel Cilfone
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give it a star.
I would like to thank the Microverse team for the creation of this example project.
This project is MIT licensed.