Git Product home page Git Product logo

frontend-interview-task's Introduction

This repo contains a very simple non-interactive Trello board that automatically updates while the web app is open. It is already functional, so you can focus only on the parts that you need to change.

See it running here.

Goals of the task

  1. Build a UI with 3 columns. Each column should have its own separate scroll.
    Use CSS Grid if possible.
  2. Render the name of each task instead of its ID. Bonus: Truncate the name using CSS.

Restrictions

  • Do not use any additional UI or CSS libraries.
  • Do not use any additional state management libraries.
  • Try to adhere to the existing project structure if possible.

What will we be paying attention to?

  1. Coding style and consistency.
    This project contains config for Prettier and ESLint. Be mindful of that.
  2. CSS knowledge.
  3. HTML semantics.

Feel free to modify any of the existing code. ๐Ÿ’โ€โ™€๏ธ

Running this project

  1. Install pnpm if you do not already have it.
  2. Clone the repo.
  3. Duplicate .env.example and name it .env.
  4. Install all dependencies with:
    pnpm install
  5. Run the project with:
    pnpm dev

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.