logo

Microverse README Template

📗 Table of Contents

📖 [TDD Project]

[TDD Project] In this project, we implemented a class with some methods, but we did it by doing test-driven development (TDD). Remember that the idea is to write tests first and then the code. This will be verified in our commits history, so it is important to use the proper sequence

🛠 Built With Ruby

🚀 Live Demo

coming soon.

(back to top)

💻 Getting Started

Describe how a new developer could make use of your 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 git@github.com:SaeqaSultani/TDD-Project.git
 

Install

Install this project with:

  cd TDD-Project
  gem install

Usage

To run the project, execute the following command:

  rails server

(back to top)

👥 Authors

Mention all of the collaborators of this project.

👤 SaeqaSultani

👤 Marvellous Ibironke

👤 Eva Buccur

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Write a message to encourage readers to support your project If you like this project...

(back to top)

🙏 Acknowledgments

Give credit to everyone who inspired your codebase. I would like to thank...

  • Microverse for giving this opportunity to learn
  • Code reviewers & coding Partners
  • Hat tip to anyone whose code was used
  • Inspiration

(back to top)

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)