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

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.

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)