Skip to content

Commit

Permalink
Added example projects section
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Sep 22, 2021
1 parent 4004162 commit 2e3100f
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions Guide/Makefile
Expand Up @@ -45,6 +45,7 @@ HTML_FILES+= file-storage.html
HTML_FILES+= server-side-components.html
HTML_FILES+= oauth.html
HTML_FILES+= ihp-pro.html
HTML_FILES+= examples.html

all: $(HTML_FILES) bootstrap.css instantclick.js

Expand Down
31 changes: 31 additions & 0 deletions Guide/examples.markdown
@@ -0,0 +1,31 @@
# Example Projects

```toc
```

Check out these example apps to gain real-world knowledge on how IHP apps are built.

## Community Apps

Here are some open-source IHP apps created by the community:

**馃弬馃徎 Retros: Haskell based Retro board**

- [Source Code on GitHub](https://github.com/rametta/retros)
- by [@rametta](https://github.com/rametta)
- [Demo on IHP Cloud](https://retros.ihpapp.com/)

**馃帶 Attics -- Thousands of live concerts at your fingertips**
- [Source Code on GitHub](https://github.com/zacwood9/Attics)
- by [@zacwood9](https://github.com/zacwood9/Attics)
- The project consists of an iOS Frontend and an IHP backend
- [Demo on the App Store](https://apps.apple.com/us/app/attics/id1434981632)
- [YouTube](https://www.youtube.com/watch?v=9_cUNM0H8QU)

**馃寧 CO2 Database**
- [Source Code on GitHub](https://github.com/philschonholzer/co2db)
- by [@philschonholzer](https://github.com/philschonholzer)
- What are the CO2 emissions of things. How can we as a society fight the climate crisis if we hardly know the opponent (CO2).
- [Demo on IHP Cloud](https://co2db.ihpapp.com/)
- [YouTube](https://www.youtube.com/watch?v=7q2PJuPkVVc&t)
1 change: 1 addition & 0 deletions Guide/layout.html
Expand Up @@ -35,6 +35,7 @@
<a class="nav-link secondary" href="index.html">Intro</a>
<a class="nav-link secondary" href="installation.html">Installing IHP</a>
<a class="nav-link secondary" href="your-first-project.html">Your First Project</a>
<a class="nav-link secondary" href="examples.html">Examples</a>

<a class="nav-link headline" href="architecture.html">The Basics</a>
<a class="nav-link secondary" href="architecture.html">Architecture</a>
Expand Down

0 comments on commit 2e3100f

Please sign in to comment.