Skip to content

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

License

Notifications You must be signed in to change notification settings

richardHaggioGwati/coding_challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Coding Challenges Repository

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.

Structure

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.

Sub-Repository Structure

  • Language-Based Challenges: Focus on challenges specific to a programming language (Python, Java, Javascript).

Getting Started

Prerequisites

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 Repository

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

Solving Challenges

Each sub-repository contains a README file with specific instructions for the challenges it contains. Follow the instructions to solve each challenge.

Submitting Your Solutions

  1. Fork the repository.
  2. Create a new branch for your solutions (git checkout -b my-solutions).
  3. Commit your changes (git commit -m 'Add solutions to challenges').
  4. Push to the branch (git push origin my-solutions).
  5. Open a Pull Request.

Contributing

We welcome contributions! If you have new challenges to add or improvements to existing ones, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your contribution (git checkout -b new-challenges).
  3. Commit your changes (git commit -m 'Add new challenges').
  4. Push to the branch (git push origin new-challenges).
  5. Open a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For questions or feedback, please reach out to Your Name.

Happy coding!

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published