stekatag / nextjs-test

Next.js Test Project

Home Page:https://nextjs-test-stekatag.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The section that you need to create is shown in agencyselection.png

  1. The main Section must be placed in the folder sections.
  2. All collections of components must be created and placed in the collections folder. (for example such things are Forms, Menus, etc. because they contain multiple other components within themselves, a form contains inputs, checkboxes, radio buttons, buttons and so on, that is making it a collection of components)
  3. All base components that are making up collections of components go to components folder - these are Typography, Buttons, Checkboxes and other base elements.

You will find the desktop and mobile designs in the resources folder. That folder is not part of the project, its there for your convenience agencyselection.png and mobileagencyselection.png show you the layout of the section that you must build background.png and video.png are assets for you to use

Every component that you create must follow the conventions in the project:

  • Must have its own folder
  • Must have index.js exporting that component
  • Must have elements.jsx where all of the components used to create that component are first imported and styled
  • The final component should only be importing all the components that it needs from "./elements"

Feel free to reuse components within the project or entirely recreate your own.

For images use the Image component imported from "next/image"

The section should collapse into mobile layout under 1024px width (the Hero section currently within the project is not mobile friendly, that should not concern you)

Create your own repository, replicate the project with Typescript and have 100% coverage, share the link and commit regularly as you are making progress

About

Next.js Test Project

https://nextjs-test-stekatag.vercel.app/


Languages

Language:JavaScript 87.9%Language:CSS 12.1%