Build a small webpage that does the following:
- Fetches data from https://jsonplaceholder.typicode.com/posts
- Displays the post in a friendly format (doesn't have to use fancy CSS, but should be legible)
- Has the ability to filter posts by
userId
orid
of the post.
You are free to use any online resources you want, and if you copy any code, please cite where you sourced it from.
Please put a repository to this code on Github. It would be ideal if you could also put this onto a gh-pages
branch.