pnkjjsr / nextjs-coding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Curotec

We are happy that you decided to apply to Curotec. As part of the hiring process, we are trying to evaluate your react skills. This challenge you are about to take is part of this process. This repository contains boilerplaite of nextjs and storybook.

Your task

You need to make a section component like this figma design . If you are not able to view this file let us know.

Things you need to do.

  • Make sure your component is pixel-perfect for both desktop and mobile.
  • Follow coding standards.
  • Use styled-components for styling.
  • Add your component to the storybook.
  • Add ESLint and configure it for checking.
  • Check CSS & JS linting.

It should take you about 2 hours to complete the challenge.

The workflow

Fork this repo, create a feature branch, and push all your changes there.

When you are done, issue a pull request against the main branch in your fork. Let us know that your code is ready for review.

Make sure the fork is publicly accessible so that we can review it.

We will be reviewing your work in its entirety so please pay attention to the process you follow.

Requirements

Installation

yarn
yarn dev # development server
yarn sb # storybook

About

License:MIT License


Languages

Language:JavaScript 80.3%Language:SCSS 19.7%