Frontend Assignment Task
Frontend Assignment Task
Design Reference:
Your task is to create a web application following the design pattern provided in this
Figma design:
https://www.figma.com/file/nW2wYRzRxCMQlVXolkCZgZ/Frontend-and-App-Assignme
nt?type=design&node-id=0%3A1&mode=design&t=yqjtM765PgRJ9APK-1
Pages to Develop:
● `/` (Home Page)
● `/signup` (Sign Up Page)
● `/login` (Login Page)
● `/posts` (All Posts - Authentication Required)
● `/posts/:postID` (Details of a Single Post - 'postID' is a dynamic parameter)
Assignment Levels:
Submission Guidelines:
● Your code should be well-organized and commented.
● Push your code to a GitHub repository and provide the link in your submission.
● Ensure the application is deployed on Vercel
● Provide instructions for deployment in a README file.