└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Awesome Quarantine ![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) 2 | 3 | #### A collection of awesome things and project ideas you can create during quarantine 4 | 5 | ## Contents 6 | 7 | - [Web Development](#web-development) 8 | - [Back-End Development](#back-end) 9 | - [Front-End Development](#front-end) 10 | - [Android Development](#android) 11 | - [IOS Development](#ios) 12 | - [Artificial Intelligence (AI)](#ai) 13 | 14 | ## Web Development 15 | 16 | - [CSM (Content Management System)](https://github.com/webiny/webiny-js) - 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. 17 | - [E-commerce Site](https://github.com/Sylius/Sylius) Basic E-commerce Website where user can create an account and shop different products, add to cart and submit orders 18 | - [E-Learning Platform](https://github.com/geli-lms/geli) 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. 19 | 20 | ## Front End 21 | 22 | - [Markdown Editor](https://github.com/benweet/stackedit) - 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. 23 | - [UI Components Library](https://github.com/jgthms/bulma) 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. 24 | - [Visual Dashboard](https://github.com/flatlogic/react-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. 25 | - [Weather App with API](https://github.com/ipenywis/React-Weather-App) 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. 26 | - [WYSIWYG Text Editor](https://github.com/ipenywis/ButterflyEditor) Enriched Text Editor with different text styling functionalities and text formating which allows you to master text manipulation and styling on the web. 27 | - [Task Management System]() 28 | 29 | ## Back End 30 | 31 | - [CDN or Assets Mangement System](https://github.com/cdnjs/cdnjs) 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. 32 | - [Job Queue system](https://github.com/OptimalBits/bull) - 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. 33 | - [Cron Jobs Management System](https://github.com/jobbyphp/jobby) - Cron Jobs Management and tracking system that will allow you to easily identify running jobs and quickly run new jobs with custom commands. 34 | - [RESTFUL API Server](https://github.com/ipenywis/API-Demo-Pokemon-) - 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. 35 | --------------------------------------------------------------------------------