Skip to content

Commit b15ef61

Browse files
committed
Add meeting-price-calculator
1 parent 884099a commit b15ef61

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
101 KB
Loading

data/projects.js

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

33
export default [
4+
{
5+
name: 'Meeting Price Calculator',
6+
description: 'Do you hate long meetings? This app could significantly reduce the duration of meetings by showing the actual price of the meeting',
7+
repository: 'https://github.com/olpeh/meeting-price-calculator',
8+
homepage: 'https://olpeh.github.io/meeting-price-calculator',
9+
screenshot: 'data/images/meeting-price-calculator.png'
10+
},
411
{
512
name: 'Cycle Keyboard',
613
description: 'An app that displays a reactive keyboard built with cycle.js',

0 commit comments

Comments
 (0)