Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1 KB

README.md

File metadata and controls

24 lines (15 loc) · 1 KB

Overview

This repository contains a few tasks to implement during a developer interview task.

This project contains the following modules:

  • task-data - a general programming task with fixed requirements (easy)
  • task-calendar - another general programming task with fixed requirements (hard)
  • task-calculator - a general programming task with changing requirements (intermediate)
  • task-optimise - a code optimisation task (hard)
  • task-css - a set of simple CSS tasks (easy)

Modules are independent and should be run and compiled separately.

To get started, please open README.md in a module and follow the instructions.

General guidelines

You are allowed to search the web for any API or code examples related to your tasks. You are not allowed to search for solutions ;)

Whenever you are unclear about what exactly is expected, ask immediately.

You are required to share your screen. In addition to that, please explain the way you solve the tasks.

Good luck!