https://github.com/mohyware/side-quest-collection
A repository of diverse tasks, mini-projects, and experimental code snippets from various roadmaps and independent explorations.
https://github.com/mohyware/side-quest-collection
Last synced: about 2 months ago
JSON representation
A repository of diverse tasks, mini-projects, and experimental code snippets from various roadmaps and independent explorations.
- Host: GitHub
- URL: https://github.com/mohyware/side-quest-collection
- Owner: mohyware
- Created: 2024-10-03T19:45:30.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-01T20:40:52.000Z (5 months ago)
- Last Synced: 2025-01-31T07:17:48.307Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Roadmap: roadmap-sh/Broadcast-Server/.gitignore
Awesome Lists containing this project
README
## Side Quest Collection
A repository of diverse tasks, mini-projects, and experimental code snippets from various roadmaps and independent explorations. This collection showcases progress, skills, and creativity in tackling challenges across different domains, all without following a single roadmap. Perfect for learning, experimenting, and revisiting ideas!
## CAT-Reloaded
A collection of all my Tasks and mini projects from CAT-Reloaded.
## Roadmap.sh
### Overview
A collection of all my projects from roadmap.sh.
### Projects
- **Broadcast-Server**: Broadcast-Server is a real-time communication server that allows clients to connect, send messages, and see an online user count. [Project Url](https://roadmap.sh/projects/broadcast-server)
- **E-Commerce-APIs**: eCommerce API that supports JWT Authentication, CRUD operations for products and user accounts, shopping cart management, product browsing, and user reviews. [Project Url](https://github.com/mohyware/E-Commerce-API)
- **Markdown Note-taking App**: The Markdown Note-taking App is an app that lets users upload markdown files, check the grammar, save the note, and render it in HTML. [Project Url](https://roadmap.sh/projects/markdown-note-taking-app)
- **To Do List API**: This project aims to create a robust and efficient RESTful API for managing to-do lists. It provides users with the ability to create, read, update, and delete tasks, as well as manage their user accounts. [Project Url](https://roadmap.sh/projects/todo-list-api)
- **Weather API**: This project is a Weather API that fetches and returns weather data from a third-party API. It demonstrates key concepts such as interacting with external APIs, implementing caching using Redis, and managing environment variables.[Project Url](https://roadmap.sh/projects/weather-api-wrapper-service)