Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/santosh-konappanavar/tdd_project
TDD (Test-Driven Development) is a software development methodology where automated tests are written before writing the actual code. In this project, we implemented a class following TDD principles, ensuring that the code is thoroughly tested by creating tests that define the expected behavior and then writing the code to pass those tests.
https://github.com/santosh-konappanavar/tdd_project
postgresql-database rspec ruby server
Last synced: 21 days ago
JSON representation
TDD (Test-Driven Development) is a software development methodology where automated tests are written before writing the actual code. In this project, we implemented a class following TDD principles, ensuring that the code is thoroughly tested by creating tests that define the expected behavior and then writing the code to pass those tests.
- Host: GitHub
- URL: https://github.com/santosh-konappanavar/tdd_project
- Owner: Santosh-Konappanavar
- License: mit
- Created: 2023-06-02T13:35:18.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2023-06-02T15:14:27.000Z (over 1 year ago)
- Last Synced: 2024-12-15T16:12:33.673Z (about 2 months ago)
- Topics: postgresql-database, rspec, ruby, server
- Language: Ruby
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TDD Project
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)TDD (Test-Driven Development) is a software development methodology where automated tests are written before writing the actual code. In this project, we implemented a class following TDD principles, ensuring that the code is thoroughly tested by creating tests that define the expected behavior and then writing the code to pass those tests.
- User can calculate factorial number
- User can reverse their input word
- User can play Fizzbuzz game using this project
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:
- cd my-folder
- git clone [email protected]:Santosh-Konappanavar/TDD Project.git
### Install
Install this project with:
- bundle install
### Usage
To run the project, execute the following command:
- ruby tdd_project.rb
👤 **Santosh Konappanavar**
- GitHub: [@Santosh-Konappanavar](https://github.com/Santosh-Konappanavar)
- Twitter: [@SantoshKonapp1](https://twitter.com/SantoshKonappa1)
- LinkedIn: [@Santosh Konappanavar](https://www.linkedin.com/in/santosh-konappanavar/)
👤 **Okpara Blessing Oluchi**
- GitHub: [@Okpara Blessing Oluchi](https://github.com/Luchy-B)
- LinkedIn: [@Okpara Blessing Oluchi](https://www.linkedin.com/in/blessingokpara)
- [ ] We will add more feature by adding methods to enhance the user experience
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Santosh-Konappanavar/TDD Project/issues).
If you like this project give this repo a star and reach out on our social media, and we will be happy to know about it! 😃
We would like to thank the Microverse team for their invaluable resources
This project is [MIT](https://github.com/Santosh-Konappanavar/TDD_Project/blob/development/LICENSE) licensed.