Skip to content

Commit

Permalink
[docs] Add a new site to showcase (google-keep clone) (#20260)
Browse files Browse the repository at this point in the history
  • Loading branch information
anselm94 authored Mar 24, 2020
1 parent 84f2e27 commit 71cd316
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/',
source: 'https://github.com/anselm94/googlekeepclone',
stars: 14,
dateAdded: '2020-03-25',
},
];

export default appList;

0 comments on commit 71cd316

Please sign in to comment.