Skip to content

Commit

Permalink
Added site google-keep clone to samples
Browse files Browse the repository at this point in the history
  • Loading branch information
anselm94 committed Mar 24, 2020
1 parent 2f47739 commit 7838067
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions docs/src/pages/discover-more/showcase/appList.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
similarWebVisits: 100,
source: 'https://github.com/anselm94/googlekeepclone',
stars: 13,
dateAdded: '2020-03-25',
},
];

export default appList;

0 comments on commit 7838067

Please sign in to comment.