Skip to content

Commit

Permalink
add sample app links to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gitfrosh committed May 5, 2021
1 parent 75c9f60 commit 8825cd7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions frontend/src/pages/Documentation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ function Documentation() {
<li>
<a href="#1">What is an API?</a>
</li>
<li>
<a href="#6">I'm a total newbie to REST APIs. Is there a beginner-friendly introduction?</a>
</li>
<li>
<a href="#2">
Which data does the "one API to rule them all" provide?
Expand All @@ -27,6 +30,7 @@ function Documentation() {
<li>
<a href="#5">May I use pagination, sorting and filtering?</a>
</li>

</ul>
</p>
<br />
Expand All @@ -49,6 +53,21 @@ function Documentation() {
</p>
</div>
</div>
<div id="6" className="card fluid">
<div className="section">
<h2>I'm a total newbie to REST APIs. Is there a beginner-friendly introduction?</h2>
<p>
Yes, I wrote a blog post that explains in detail how REST APIs work and why you would use
them at all. It also covers authentication, JSON handling and a sample React app. {' '}
<a href="https://rike.dev/2021/05/04/rest-apis-for-absolute-beginners/">
This is the link to the blog post
</a> and <a href="https://github.com/gitfrosh/lotr-api/tree/release/sample-app">
here you will find the according code base
</a> for the
sample React app.
</p>
</div>
</div>
<div id="2" className="card fluid">
<div className="section">
<h2>Which data does the "one API to rule them all" provide?</h2>
Expand Down

0 comments on commit 8825cd7

Please sign in to comment.