muhammaddevops / ts-next-feed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

frontend-coding

Setup the project:

Make sure you install all the dependencies (currently yarn, but you can opt-out) and start the solution in dev mode.

There is a simple homepage with links to the tasks below. You can keep the pages router, but if you prefer to switch to app router it will be positively scored.

First Task:

Second Task:

Requirements:

  • You should use MUI5 components https://mui.com/material-ui/
  • You can create your own component if needed, style it with the default styled from MUI without installing other libraries

Keep in mind these:

  • Semantic markup
  • SSR considerations
  • a11y considerations
  • Type the responses from the API calls
  • create meaningful tags in the head of each page
  • add the favicon stealing it from fanvue.com ;)

About


Languages

Language:TypeScript 98.9%Language:JavaScript 1.1%