Skip to content

Awesome List of Coding Projects Ideas you can create while you are at home sitting all day and having some coffe

Notifications You must be signed in to change notification settings

ipenywis/awesome-quarantine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Awesome Quarantine Awesome

A collection of awesome things and project ideas you can create during quarantine

Contents

Web Development

  • 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 Basic E-commerce Website where user can create an account and shop different products, add to cart and submit orders
  • E-Learning Platform Simple E-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.

Front End

  • 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 Simple CSS UI Components Library to learn how to write and make abstract components for other developers to use and embed on their own projects.
  • Visual Dashboard Dashboard UI for showing important element of a CMS or E-commerce website for non-technical users to have overview of the system and better see the data.
  • Weather App with API Weather Application integrated with a weather API to get weather data and render it in good designed interface by showing date by days and show different information.
  • WYSIWYG Text Editor Enriched Text Editor with different text styling functionalities and text formating which allows you to master text manipulation and styling on the web.
  • Task Management System

Back End

  • CDN or Assets Mangement System Simple Delivery system for static assets like images, fonts and videos for your website, you can learn how to manage and host assets plus how to provide them via a robust and easy to use API.
  • 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.

About

Awesome List of Coding Projects Ideas you can create while you are at home sitting all day and having some coffe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages