-
Notifications
You must be signed in to change notification settings - Fork 70
Blog with API #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
gonzalogarahuetes
wants to merge
16
commits into
assembler-institute:main
Choose a base branch
from
gonzalogarahuetes:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Blog with API #33
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
6dddd4b
Getting started
gonzalogarahuetes 949d491
NavBar
gonzalogarahuetes 9d32787
All HTML elements
gonzalogarahuetes 1b61c76
Pictures and cards work
gonzalogarahuetes 6369134
Function Commented
gonzalogarahuetes c7393b1
Create load more
MarcelDurgante 60f19a0
Posts and Comments Started
gonzalogarahuetes 67e1ab2
Comments Implementation and Style
gonzalogarahuetes a1c7e46
load More button
MarcelDurgante fa963a4
load more btn fixes
MarcelDurgante ee0fedf
Some appearance fixed
gonzalogarahuetes c43f567
Merge branch 'main' into API_Posts
gonzalogarahuetes 54dfd63
trying some extras
gonzalogarahuetes 48f2afb
Added delete and edit buttons
gonzalogarahuetes d76354e
New functions commented
gonzalogarahuetes ec677b6
Ready for pull request
gonzalogarahuetes File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |
| { | ||
| "userId": 1, | ||
| "id": 1, | ||
| "title": "sunt aut facere repellat provident occaecati excepturi optio reprehenderit", | ||
| "title": "HOLA ALBERTO", | ||
| "body": "quia et suscipit\nsuscipit recusandae consequuntur expedita et cum\nreprehenderit molestiae ut ut quas totam\nnostrum rerum est autem sunt rem eveniet architecto" | ||
| }, | ||
| { | ||
|
|
@@ -138,12 +138,6 @@ | |
| "title": "maxime id vitae nihil numquam", | ||
| "body": "veritatis unde neque eligendi\nquae quod architecto quo neque vitae\nest illo sit tempora doloremque fugit quod\net et vel beatae sequi ullam sed tenetur perspiciatis" | ||
| }, | ||
| { | ||
| "userId": 3, | ||
| "id": 24, | ||
| "title": "autem hic labore sunt dolores incidunt", | ||
| "body": "enim et ex nulla\nomnis voluptas quia qui\nvoluptatem consequatur numquam aliquam sunt\ntotam recusandae id dignissimos aut sed asperiores deserunt" | ||
| }, | ||
| { | ||
| "userId": 3, | ||
| "id": 25, | ||
|
|
@@ -156,12 +150,6 @@ | |
| "title": "est et quae odit qui non", | ||
| "body": "similique esse doloribus nihil accusamus\nomnis dolorem fuga consequuntur reprehenderit fugit recusandae temporibus\nperspiciatis cum ut laudantium\nomnis aut molestiae vel vero" | ||
| }, | ||
| { | ||
| "userId": 3, | ||
| "id": 27, | ||
| "title": "quasi id et eos tenetur aut quo autem", | ||
| "body": "eum sed dolores ipsam sint possimus debitis occaecati\ndebitis qui qui et\nut placeat enim earum aut odit facilis\nconsequatur suscipit necessitatibus rerum sed inventore temporibus consequatur" | ||
| }, | ||
| { | ||
| "userId": 3, | ||
| "id": 28, | ||
|
|
@@ -1639,41 +1627,6 @@ | |
| "email": "[email protected]", | ||
| "body": "laudantium tempore aut\nmaiores laborum fugit qui suscipit hic sint officiis corrupti\nofficiis eum optio cumque fuga sed voluptatibus similique\nsit consequuntur rerum commodi" | ||
| }, | ||
| { | ||
| "postId": 24, | ||
| "id": 116, | ||
| "name": "veritatis sit tempora quasi fuga aut dolorum", | ||
| "email": "[email protected]", | ||
| "body": "quia voluptas qui assumenda nesciunt harum iusto\nest corrupti aperiam\nut aut unde maxime consequatur eligendi\nveniam modi id sint rem labore saepe minus" | ||
| }, | ||
| { | ||
| "postId": 24, | ||
| "id": 117, | ||
| "name": "incidunt quae optio quam corporis iste deleniti accusantium vero", | ||
| "email": "[email protected]", | ||
| "body": "doloribus esse necessitatibus qui eos et ut est saepe\nsed rerum tempore est ut\nquisquam et eligendi accusantium\ncommodi non doloribus" | ||
| }, | ||
| { | ||
| "postId": 24, | ||
| "id": 118, | ||
| "name": "quisquam laborum reiciendis aut", | ||
| "email": "[email protected]", | ||
| "body": "repudiandae aliquam maxime cupiditate consequatur id\nquas error repellendus\ntotam officia dolorem beatae natus cum exercitationem\nasperiores dolor ea" | ||
| }, | ||
| { | ||
| "postId": 24, | ||
| "id": 119, | ||
| "name": "minus pariatur odit", | ||
| "email": "[email protected]", | ||
| "body": "et omnis consequatur ut\nin suscipit et voluptatem\nanimi at ut\ndolores quos aut numquam esse praesentium aut placeat nam" | ||
| }, | ||
| { | ||
| "postId": 24, | ||
| "id": 120, | ||
| "name": "harum error sit", | ||
| "email": "[email protected]", | ||
| "body": "iusto sint recusandae placeat atque perferendis sit corporis molestiae\nrem dolor eius id delectus et qui\nsed dolorem reiciendis error ullam corporis delectus\nexplicabo mollitia odit laborum sed itaque deserunt rem dolorem" | ||
| }, | ||
| { | ||
| "postId": 25, | ||
| "id": 121, | ||
|
|
@@ -1744,41 +1697,6 @@ | |
| "email": "[email protected]", | ||
| "body": "dicta sit culpa molestiae quasi at voluptate eos\ndolorem perferendis accusamus rerum expedita ipsum quis qui\nquos est deserunt\nrerum fuga qui aliquam in consequatur aspernatur" | ||
| }, | ||
| { | ||
| "postId": 27, | ||
| "id": 131, | ||
| "name": "voluptas quasi sunt laboriosam", | ||
| "email": "[email protected]", | ||
| "body": "rem magnam at voluptatem\naspernatur et et nostrum rerum\ndignissimos eum quibusdam\noptio quod dolores et" | ||
| }, | ||
| { | ||
| "postId": 27, | ||
| "id": 132, | ||
| "name": "unde tenetur vero eum iusto", | ||
| "email": "[email protected]", | ||
| "body": "ullam harum consequatur est rerum est\nmagni tenetur aperiam et\nrepudiandae et reprehenderit dolorum enim voluptas impedit\neligendi quis necessitatibus in exercitationem voluptatem qui" | ||
| }, | ||
| { | ||
| "postId": 27, | ||
| "id": 133, | ||
| "name": "est adipisci laudantium amet rem asperiores", | ||
| "email": "[email protected]", | ||
| "body": "sunt quis iure molestias qui ipsa commodi dolore a\nodio qui debitis earum\nunde ut omnis\ndoloremque corrupti at repellendus earum eum" | ||
| }, | ||
| { | ||
| "postId": 27, | ||
| "id": 134, | ||
| "name": "reiciendis quo est vitae dignissimos libero ut officiis fugiat", | ||
| "email": "[email protected]", | ||
| "body": "corrupti perspiciatis eligendi\net omnis tempora nobis dolores hic\ndolorum vitae odit\nreiciendis sunt odit qui" | ||
| }, | ||
| { | ||
| "postId": 27, | ||
| "id": 135, | ||
| "name": "inventore fugiat dignissimos", | ||
| "email": "[email protected]", | ||
| "body": "sapiente nostrum dolorem odit a\nsed animi non architecto doloremque unde\nnam aut aut ut facilis\net ut autem fugit minima culpa inventore non" | ||
| }, | ||
| { | ||
| "postId": 28, | ||
| "id": 136, | ||
|
|
@@ -4335,4 +4253,4 @@ | |
| "body": "perspiciatis quis doloremque\nveniam nisi eos velit sed\nid totam inventore voluptatem laborum et eveniet\naut aut aut maxime quia temporibus ut omnis" | ||
| } | ||
| ] | ||
| } | ||
| } | ||
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gonzalo, ¿qué es esto?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hola