From 30cde6c3600264df0a65d37e4eaf43970557ab03 Mon Sep 17 00:00:00 2001 From: fortec007 Date: Tue, 11 Jul 2017 04:07:37 +0100 Subject: [PATCH] Build A Support Ticket Application With AdonisJs --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 28c17aa..39cb021 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,9 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Part 1](https://bitsofco.de/bitsofcode-pwa-part-1-offline-first-with-service-worker/) * [Part 2](https://bitsofco.de/bitsofcode-pwa-part-2-instant-loading-with-indexeddb/) * [Part 3](https://bitsofco.de/bitsofcode-pwa-part-3-push-notifications/) +* Build A Support Ticket Application With AdonisJs + * [Part 1](https://scotch.io/tutorials/build-a-support-ticket-application-with-adonisjs) + * [Part 2](https://scotch.io/tutorials/build-a-support-ticket-application-with-adonisjs-part-2) ### Game Development: * [Make 2D Breakout Game using Phaser](https://developer.mozilla.org/en-US/docs/Games/Tutorials/2D_breakout_game_Phaser) * Make Flappy Bird in HTML5 and JavaScript with Phaser