Skip to content

eyyMinda/ratepunk-task-fe

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, clone and run the development server:

git clone https://github.com/eyyMinda/ratepunk-task-fe.git

npm i

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Task

Technologies:

  • React.js
  • Sass
  • Bonus points for using Next.js

Instructions:

  • Create single page landing for desktop and mobile
  • Show success/error message depending if email typed is correct and/or input is not empty
  • Use JSONBIN (https://jsonbin.io/) to save only the last entered email
  • Menu links can be empty
  • Social links can be empty
  • Publish finished task to github repo

Links to use:

Reference Link

How long it took to finish? 2 days.