Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Description

Create a web page using "Next.js". Integrate the api for getting the list of available posts and
present all posts in your web page. You can use your past experience to make it nice and
smooth.

Page Name:- posts.js


Api:- https://fakestoreapi.com/products/

Third-party Packages For Styling


You can only use this third-party packages/library for this Assignment
● MUI (https://mui.com/)

Dummy Screen

Home
User name
Search
Posts
User name Live

Logout
This
section
should
Like share comments be fixed
Note
We will also review the code you send. So, make sure you don't use any unnecessary
components/elements/tags. We will reject that application where we will find any
unnecessary component/element/tag in the code. If you think the tag is needed then you
have to mention the explanation before that tag as a comment

Example of Unnecessary Tags


// Render only post title
<div> // This Tag is unnecessary
<div> // This Tag is unnecessary
<div> Post Title </div>
</div>
</div>
// This code will be rejected

// Render only post title


<div> Post Title </div>
// This code will be accepted

Deadline
You can submit this assignment within 3 days of receiving this assignment

You might also like