Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nadim-nion/js-problem-solving-codewars

I have started solving JavaScript challenges on CodeWars to improve my problem-solving skills. This repository contains my solutions, categorized by difficulty, as I progress through various coding challenges.
https://github.com/nadim-nion/js-problem-solving-codewars

8kyu codewars-solutions javascript problem-solving

Last synced: 6 days ago
JSON representation

I have started solving JavaScript challenges on CodeWars to improve my problem-solving skills. This repository contains my solutions, categorized by difficulty, as I progress through various coding challenges.

Awesome Lists containing this project

README

        

# Problem Solving with JavaScript on CodeWars

```markdown

I have started my journey of **problem-solving with JavaScript** on [CodeWars](https://www.codewars.com). This repository will serve as a place to track my progress, store solutions, and document my learning experience as I solve challenges of varying difficulty.

## Repository Structure

- `easy/` - Beginner-level challenges
- `medium/` - Intermediate-level challenges
- `hard/` - Advanced-level challenges

Each folder will contain JavaScript files with solutions to specific challenges, along with brief problem descriptions and test cases.

---

## How to Run the Solutions

Make sure you have **Node.js** installed on your system. You can run any solution file by navigating to the appropriate folder and executing it with:

```bash
node easy/solution1.js
```

---

## Progress

- ✅ Started with easy challenges
- 🔄 Working on medium challenges
- ⏳ Planning to tackle hard challenges soon

---

## Why CodeWars?

I chose **CodeWars** because it offers a great platform to improve problem-solving skills through real-world programming challenges. The platform also allows you to compare your solutions with others, helping me learn better coding practices and optimization techniques.

---

## Contributions

This repository is part of my personal learning journey. However, if you have suggestions for improvements or alternate solutions, feel free to open a **pull request** or create an **issue**.

---

## Connect with Me

If you want to collaborate or discuss JavaScript problems, you can reach out to me through:

- **GitHub:** [Nadim-Nion](https://github.com/Nadim-Nion)
- **LinkedIn:** [Nadim Mahmud Nion](https://www.linkedin.com/in/nadim-mahmud-nion-0546151a9/)

---

## License

This project is licensed under the **MIT License** - feel free to use the code as you like!