Skip to content

Test for the Front-end Developer role → https://calibreapp.com/careers

Notifications You must be signed in to change notification settings

calibreapp/front-end-test

Repository files navigation

Front-end Test Project

Hello 👋🏻 This repository holds a test project for the Lead Front-end Developer role at Calibre.

Table of Contents

  1. Test Assignment
  2. How To Set Up
  3. How To Run
  4. How To Deploy

📝 Test Assignment

Please read carefully through the test notes for details on project requirements, what’s not required and submission guidelines.

📥 How To Set Up

ℹ️ Prerequisites: To run this project, you will need an up-to-date Node version and npm or yarn installed.

Start by forking this repository to your GitHub account, then clone it to your machine. Go into the repository folder and run:

npm i

🕹 How To Run

This is a Next.js project bootstrapped with create-next-app. To run the development server use:

npm run dev
# or
yarn dev

Then, open http://localhost:3000 with your browser.

🚀 How To Deploy

The easiest way to deploy a Next.js app is to use the Vercel Platform from the creators of Next.js. Check out the Next.js deployment documentation for more details. You’re welcome to use an alternative method, if you wish!