Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cybermaxi7/exercism-challenges
https://github.com/cybermaxi7/exercism-challenges
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cybermaxi7/exercism-challenges
- Owner: Cybermaxi7
- Created: 2023-10-30T03:19:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-08T15:13:39.000Z (about 1 year ago)
- Last Synced: 2023-12-08T16:28:55.037Z (about 1 year ago)
- Language: JavaScript
- Size: 508 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScript Coding Challenges
![Exercism Logo](exercism-seeklogo.com.svg)
Welcome to my journey of JavaScript coding challenges! Here, I tackle one Exercism challenge at a time to sharpen my coding skills, solve real-world problems, and prepare for interviews. You can find the code for each challenge in this repository.
## Table of Contents
- [About Exercism](#about-exercism)
- [Challenges Completed](#challenges-completed)
- [Repository Structure](#repository-structure)
- [Usage](#usage)
- [Contributing](#contributing)
- [Contact](#contact)## About Exercism
[Exercism](https://exercism.io/) is an online platform that provides coding challenges and mentorship to help you improve your programming skills in multiple languages. It's an excellent resource for learning and practicing real-world coding.
## Challenges Completed
- Challenge 1: [Hello-World](https://exercism.org/tracks/javascript/exercises/hello-world)
- Challenge 2: [Lasangna](https://exercism.org/tracks/javascript/exercises/lasagna)
- Challenge 3: [Annalyns-infiltration](https://exercism.org/tracks/javascript/exercises/annalyns-infiltration)
- Challenge 4: [freelancer-rates](https://exercism.org/tracks/javascript/exercises/freelancer-rates)
- Challenge 5: [Poetry-club-door-policy](https://exercism.org/tracks/javascript/exercises/poetry-club-door-policy)
- Challenge 6: [Elyses-enchantments](https://exercism.org/tracks/javascript/exercises/elyses-enchantments)
- Challenge 7: [Vehicle-purchase](https://exercism.org/tracks/javascript/exercises/vehicle-purchase)
- Challenge 8: [Bird-watcher](https://exercism.org/tracks/javascript/exercises/bird-watcher)
- Challenge 9: [Mixed-Juices](https://exercism.org/tracks/javascript/exercises/mixed-juices)
- ...## Repository Structure
- `challenge-1.js`: [javascript/hello-world/hello-world.js](javascript/hello-world/hello-world.js)
- `challenge-2.js`: [javascript/lasagna/lasagna.js](javascript/lasagna/lasagna.js)
- `challenge-3.js`: [javascript/annalyns-infiltration/annalyns-infiltration.js](javascript/annalyns-infiltration/annalyns-infiltration.js)
- `challenge-4.js`: [javascript/freelancer-rates/freelancer-rates.js](javascript/freelancer-rates/freelancer-rates.js)
- `challenge-5.js`: [javascript/poetry-club-door-policy/door-policy.js](javascript/poetry-club-door-policy/door-policy.js)
- `challenge-6.js`: [javascript/elyses-enchantments/enchantments.js](javascript/elyses-enchantments/enchantments.js)
- `challenge-7.js`: [javascript/vehicle-purchase/vehicle-purchase.js](javascript/vehicle-purchase/vehicle-purchase.js)
- `challenge-8.js`: [javascript/bird-watcher/bird-watcher.js](javascript/bird-watcher/bird-watcher.js)
- `challenge-9.js`: [javascript/bird-watcher/mixed-juices.js](javascript/mixed-juices.jsxed-juices.js)- ...
## Usage
You can browse the code for each challenge to see my solutions. Feel free to use them as references or for learning purposes. If you have any suggestions or improvements, please don't hesitate to [contribute](#contributing).
## Contributing
If you'd like to contribute to this repository by providing code improvements, optimizations, or adding new challenges, please follow these steps:
1. Fork the repository.
2. Create a new branch for your changes: `git checkout -b feature/your-feature-name`.
3. Make your changes and commit them: `git commit -m 'Add your feature'`.
4. Push to the branch: `git push origin feature/your-feature-name`.
5. Submit a pull request.## Contact
Feel free to connect with me on [LinkedIn](https://www.linkedin.com/in/moses-agbe-b7766321b/) or [Twitter](https://twitter.com/cybermaxi7). If you have any questions, suggestions, or just want to chat about coding, don't hesitate to reach out!
Happy coding! 🚀