Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1 KB

CHALLENGE-README.md

File metadata and controls

27 lines (19 loc) · 1 KB

How to start?

  1. Install NodeJS and NPM on your computer if you haven't already.
  2. Open the folder in a suitable IDE, such as VSCode.
  3. Run npm install to install the dependencies.
  4. Run npm run dev to start the dev server.
  5. Start making changes, and see them appear once you save them.

Tasks:

  1. Implement proper fetching using useFetch.
  2. Style the pages using TailwindCSS. Ensure the posts, which can contain multiple lines, are be wrapped properly.
  3. Implement a loading state while the post is loading.
  4. Implement NuxtLink so that the entire page doesn't reload when clicking on a post.
  5. Implement setting the title for pages: https://nuxt.com/docs/getting-started/seo-meta

Reviewing:

Your work will be reviewed based on the following criteria:

  1. Functionality is as expected, and all the bugs are fixed.
  2. Formatting, and cleanliness of the code.
  3. The visual appearance of the website.

Info:

You are allowed to use AI tools, and anything else you would like to solve the challenge.