An open API service indexing awesome lists of open source software.

https://github.com/calibreapp/front-end-test

Test for the Front-end Developer role β†’ https://calibreapp.com/careers
https://github.com/calibreapp/front-end-test

css css-in-js html javascript nextjs react

Last synced: about 1 month ago
JSON representation

Test for the Front-end Developer role β†’ https://calibreapp.com/careers

Awesome Lists containing this project

README

        

# Front-end Test Project
Hello πŸ‘‹πŸ» This repository holds a test project for the Lead Front-end Developer role at [Calibre](https://calibreapp.com).

## Table of Contents

1. [Test Assignment](#-test-assignment)
2. [How To Set Up](#-how-to-set-up)
3. [How To Run](#-how-to-run)
4. [How To Deploy](#-how-to-deploy)

## πŸ“ Test Assignment
Please read carefully through the [test notes](TEST-NOTES.md) 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](https://nodejs.org/en/) and [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/) installed.

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

```bash
npm i
```

## πŸ•Ή How To Run
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). To run the development server use:

```bash
npm run dev
# or
yarn dev
```

Then, open [http://localhost:3000](http://localhost:3000) with your browser.

## πŸš€ How To Deploy

The easiest way to deploy a Next.js app is to use the [Vercel Platform](https://vercel.com/new) from the creators of Next.js. Check out the [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details. You’re welcome to use an alternative method, if you wish!