Welcome to the Coding Challenges Repository! This repository is a collection of different coding challenges designed to help you improve your coding skills in javascript.
This repository is organized into multiple sub-repositories, each containing a specific set of coding challenges. Each sub-repository is dedicated to a particular language, theme, or difficulty level.
- Language-Based Challenges: Focus on challenges specific to a programming language (Python, Java, Javascript).
To get started, you will need:
- A code editor or IDE of your choice.
- The appropriate compiler or interpreter for the programming language of the challenges you are interested in.
Clone the main repository to your local machine:
git clone https://github.com/richardHaggioGwati/coding_challenges
cd coding-challenges
Navigate to the sub-repository of your choice:
cd javascript-challenges
Each sub-repository contains a README file with specific instructions for the challenges it contains. Follow the instructions to solve each challenge.
- Fork the repository.
- Create a new branch for your solutions (
git checkout -b my-solutions
). - Commit your changes (
git commit -m 'Add solutions to challenges'
). - Push to the branch (
git push origin my-solutions
). - Open a Pull Request.
We welcome contributions! If you have new challenges to add or improvements to existing ones, please follow these steps:
- Fork the repository.
- Create a new branch for your contribution (
git checkout -b new-challenges
). - Commit your changes (
git commit -m 'Add new challenges'
). - Push to the branch (
git push origin new-challenges
). - Open a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
For questions or feedback, please reach out to Your Name.
Happy coding!