Welcome to my solutions repository for various coding challenges from Coding Challenges.
This repository contains my solutions to a series of coding challenges aimed at helping me become a better software engineer by building real-world applications.
-
wc tool : WC Tool
- Description: Count words, lines, and characters in files
- Language: C
-
URL Shortener : URL Shortener
- Description: The script takes a long URL as input and returns a shortened version of the URL.
- Language: bash
-
Web Server : Web server
- Web Server
- Description: A basic web server built using Node.js that can handle HTTP requests, serve static files, and process simple routing. The server will provide a foundation for understanding how web servers work and how to manage requests and responses.
- Technologies: Node.js, Express.js.
- Goals:
- Learn the fundamentals of server-side programming with Node.js.
- Understand HTTP protocol and how web servers handle requests.
- Implement routing, middleware, and static file serving.
- Status: Completed
Future projects! This space will be the home for various projects that I plan to work on in the coming months.
-
Chrome Extension
- Description: A custom Chrome extension that enhances the browsing experience by adding new features or automating tasks. This project will explore how to develop and distribute Chrome extensions, interacting with the DOM and using Chrome APIs.
- Technologies: HTML, CSS, JavaScript, Chrome Extension APIs.
- Goals:
- Learn how to build and publish Chrome extensions.
- Understand how to interact with web pages using the Chrome Extension APIs.
- Develop a tool that provides value to users by enhancing their browsing experience.
-
Snake Game
- Description: A classic Snake game where the player controls a snake to eat food, causing it to grow longer. The goal is to make the snake as long as possible without colliding with the walls or itself. This project is a great way to practice game development basics.
- Technologies: HTML, CSS, JavaScript.
- Goals:
- Implement basic game mechanics such as movement, collision detection, and scoring.
- Enhance the game with animations, sound effects, and user interface improvements.
- Learn about game loops, event handling, and canvas rendering.
If you're interested in collaborating on any of these projects or have suggestions for new ideas, feel free to reach out or fork the repository and submit a pull request. Contributions and feedback are always welcome!
Happy Coding!