Skip to content

The take home assignment for the frontend developer role at Tallink

Notifications You must be signed in to change notification settings

PercivalFigaro/tallink-assignment-kolar

Repository files navigation

About

This is the test assignment for the Front-End Developer role at Tallink. I used React with Next.js, Typescript, Tailwind and Jest for unit tests. Next.js was chosen, because it is the official recommendation in the React docs, even though most of its functionality is not used. Even though there are few components, I set up the tests, utilities and global types like I would set them up in a small to mid sized project.

Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js (LTS Version)
  • npm (comes with Node.js)

Getting Started

First, install the dependencies:

npm install

Then run the development server:

npm run dev

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

To run the Jest test suite:

npm test

To build for production:

npm run build

About

The take home assignment for the frontend developer role at Tallink

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published