Ecosyste.ms: Awesome

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

awesome-quarantine

Awesome List of Coding Projects Ideas you can create while you are at home sitting all day and having some coffe
https://github.com/ipenywis/awesome-quarantine

  • CSM (Content Management System) - A Content Management system for a blog or an E-commerce shop to manage products, orders and shippings this includes developing both backend server and frontend.
  • E-commerce Site - commerce Website where user can create an account and shop different products, add to cart and submit orders
  • E-Learning Platform - Learning Platform for instructors to put courses of different document files and post tutorials and students to register and being able to access a course. Both backend and frontend for this project to fully master project scaffolding from the ground up.
  • Markdown Editor - Markdown Editor for creating and editing markdown text. I Personelly used to craft this awesome list it helps knowing how to layout the editor and understand better how markdown and text manipulation works.
  • UI Components Library
  • Visual Dashboard - commerce website for non-technical users to have overview of the system and better see the data.
  • Weather App with API
  • WYSIWYG Text Editor
  • CDN or Assets Mangement System
  • Job Queue system - Simple Jobs queueing system where you can add jobs to the queue and they can be processed concurently, the user will be able to specify the processing code.
  • Cron Jobs Management System - Cron Jobs Management and tracking system that will allow you to easily identify running jobs and quickly run new jobs with custom commands.
  • RESTFUL API Server - Create an CRUD (Create, Read, Update and Delete) API for managing a data on a database on a server this what most of apps needs so you will learn a lot by doing it.