From 40a1477c418f15bcadb682217d0ec5dd7907b9ed Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Wed, 12 Jul 2017 22:33:38 -0400 Subject: [PATCH] choose your own adventure --- day5/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/day5/README.md b/day5/README.md index ce93448..393ae22 100644 --- a/day5/README.md +++ b/day5/README.md @@ -34,4 +34,5 @@ Do whatever you want during this time! Here are some suggestions: - Once logged in, the user is taken to the main comments app as it was before - Alter this app so that when adding new comments, there is no `author` text input field. Instead, the logged in user's full name is used. - Create a brand new app, using one of [these free APIs that don't require authentication](https://shkspr.mobi/blog/2016/05/easy-apis-without-authentication/). There are some more links [here](https://github.com/toddmotto/public-apis), but some of them require authentication. +- Deploy your own backend api and use that in an app - See if you can create a game like Tic-Tac-Toe or Hangman