Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nadim-nion/js-problem-solving-codewars
- Owner: Nadim-Nion
- Created: 2024-10-19T11:30:20.000Z (28 days ago)
- Default Branch: main
- Last Pushed: 2024-10-20T18:15:36.000Z (27 days ago)
- Last Synced: 2024-10-22T01:37:29.351Z (26 days ago)
- Topics: 8kyu, codewars-solutions, javascript, problem-solving
- Language: JavaScript
- Homepage: https://www.codewars.com/users/Nadim-Mahmud-Nion
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 challengesEach 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!