⇦ Back

WDX-180

Web Development X

The Tweeter Frontend Challenge

Welcome to the Tweeter Frontend Challenge!

Prerequisites:


Here’s the steps you should follow for completing this challenge:

1) Download the source code

2) Use a code editor (like VSCode) to load the code and launch a local web server (e.g. Live Server)

3) Complete the following tasks, one step at a time:

renderTweet({
  name: "Ada Lovelace",
  handle: "@ada_lovelace",
  date: "10/12/1815",
  title: "Let's invent programming, shall we?"
  ...
})

Make sure to handle the default values for the arguments that are missing. For example, if the comments, retweets and likes are not passed, a default value of 0 should be used instead. Of course, no tweet should be rendered if there’s no content., so act accordingly for the other properties as well.

Good luck!

Questions, comments, suggestions? Please leave them on the comment section below.


Project maintained by in-tech-gration Hosted on GitHub Pages — Theme by mattgraham