Skip to content

Commit 36b5736

Browse files
authored
Merge pull request #19 from nylo-andry/master
Added Zaraina to project list
2 parents d455044 + 5c8589d commit 36b5736

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

data/images/zaraina.png

105 KB
Loading

data/projects.js

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
// When you add a new project, please add it to the top of the array!
22

33
export default [
4-
{
4+
{
5+
name: 'Zaraina: Split the bill',
6+
description: 'Split the restaurant bill with your friends!',
7+
repository: 'https://github.com/nylo-andry/zaraina',
8+
homepage: 'https://zaraina.rafanilo.com',
9+
screenshot: 'data/images/zaraina.png'
10+
},
11+
{
512
name: 'Meeting Price Calculator',
613
description: 'Do you hate long meetings? This app could significantly reduce the duration of meetings by showing the actual price of the meeting',
714
repository: 'https://github.com/olpeh/meeting-price-calculator',
@@ -15,7 +22,7 @@ export default [
1522
homepage: 'https://cyclejs-community.github.io/cycle-keyboard/',
1623
screenshot: 'data/images/cycle-keyboard.png'
1724
},
18-
25+
1926
{
2027
name: 'Trello Kanban Analysis Tool (TKAT)',
2128
description: 'Analyse Kanban metrics from a Trello board',

0 commit comments

Comments
 (0)