diff --git a/day5/README.md b/day5/README.md index 393ae22..9d1a570 100644 --- a/day5/README.md +++ b/day5/README.md @@ -35,4 +35,5 @@ Do whatever you want during this time! Here are some suggestions: - 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 +- Use the [json server](https://github.com/typicode/json-server) as a dummy api - See if you can create a game like Tic-Tac-Toe or Hangman