Welcome to the Code Katas repository! This repository is designed to help you practice your coding skills through a collection of programming challenges known as katas. It's a great way to improve your problem-solving abilities and coding techniques.
-
Clone the Repository: Start by cloning this repository to your local machine using the following command:
git clone https://github.com/midastouchtech/katas
-
Solve Katas: Inside the
solutions
directory, create a folder with your name. For each kata, create a file with your solution code. You can use any programming language you're comfortable with. -
Commit and Push: After writing your solution, commit your changes and push them to your branch on GitHub. Here's a simple workflow:
cd solutions/<your_name> git add . git commit -m "Adding solution for kata X" git push origin main
-
Create a Pull Request: Once your changes are pushed, go to the repository on GitHub and create a pull request from your branch to the main branch. Provide relevant details about your solution in the PR description.
If you'd like to contribute new katas or improvements to existing ones, feel free to fork this repository, make your changes, and submit a pull request. Your contributions are greatly appreciated!
- Make sure to write clean and well-documented code.
- Use appropriate file and folder naming.
- Feel free to use different programming languages for different katas.
- Be respectful and supportive when reviewing pull requests from others.
Here are some resources to help you with your kata solutions:
If you have any questions, suggestions, or need assistance, don't hesitate to reach out to [email protected].
Happy coding!