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
- Host: GitHub
- URL: https://github.com/calibreapp/front-end-test
- Owner: calibreapp
- Archived: true
- Created: 2022-03-16T03:49:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-05T07:47:51.000Z (almost 3 years ago)
- Last Synced: 2025-02-27T01:54:05.675Z (3 months ago)
- Topics: css, css-in-js, html, javascript, nextjs, react
- Language: JavaScript
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!