Skip to content

parkhabit/vanilla-hack-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vanilla-hack-blog

Task:

Write a small page showing blog posts using the following endpoint:

https://jsonplaceholder.typicode.com/posts/

You need to include

  • List of blog posts with titles on the page
  • Click on a title and the body of the blog toggles display
  • CSS is up to you!

The Rules

  • No ES6 can be used
  • No client Framework or Library can be used
  • Pure Vanilla JavaScript in ES5
  • Must work with Reed Browser Standards (Basically IE10)

Releases

No releases published

Packages

No packages published