Skip to content

BurlingtonCodeAcademy/blog-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog Engine

A simple blog engine front-end.

Simple starter code for a blog, pulling from https://jsonplaceholder.typicode.com

Try to make a blog web-app that does the following:

  1. Has a HomePage with a list of all the blog posts with:
  • Title
  • Author
  1. Has a Post specific page with:
  • Post title
  • Post body
  • Author Name
  • Author Email
  • Anchor link that when clicked update the existing page with all the post's comments.
  1. Has an Author specific page with:
  • Author name
  • Author email
  • Author address
  • Link to a page with all the author's blog posts.

Take a look at the detailed documentation here:

Here are some of the routes available:

  1. https://jsonplaceholder.typicode.com/posts
  2. https://jsonplaceholder.typicode.com/comments
  3. https://jsonplaceholder.typicode.com/albums
  4. https://jsonplaceholder.typicode.com/photos
  5. https://jsonplaceholder.typicode.com/todos
  6. https://jsonplaceholder.typicode.com/users
  7. https://jsonplaceholder.typicode.com/users/1/posts
  8. https://jsonplaceholder.typicode.com/users/1/users
  9. https://jsonplaceholder.typicode.com/posts/1/comments
  10. https://jsonplaceholder.typicode.com/comments?postId=1
  11. https://jsonplaceholder.typicode.com/posts?userId=1

About

A simple blog engine front-end.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published