diff --git a/docs/public/static/images/showcase/googlekeepclone.jpg b/docs/public/static/images/showcase/googlekeepclone.jpg new file mode 100644 index 00000000000000..c671372e2988b7 Binary files /dev/null and b/docs/public/static/images/showcase/googlekeepclone.jpg differ diff --git a/docs/src/pages/discover-more/showcase/appList.js b/docs/src/pages/discover-more/showcase/appList.js index cbccfc76a85f17..c9c7227542bc0e 100644 --- a/docs/src/pages/discover-more/showcase/appList.js +++ b/docs/src/pages/discover-more/showcase/appList.js @@ -609,6 +609,17 @@ const appList = [ stars: 4, dateAdded: '2020-01-31', }, + { + title: 'A Clone of Google Keep', + description: + 'A twin-looking Google Keep clone with light/dark Material theme as adapted exactly in Google Keep,' + + ' with a GraphQL backend written in Golang', + image: 'googlekeepclone.jpg', + link: 'http://googlekeep-anselm94.herokuapp.com/', + source: 'https://github.com/anselm94/googlekeepclone', + stars: 14, + dateAdded: '2020-03-25', + }, ]; export default appList;