Giter VIP home page Giter VIP logo

frontend-developer-assignment's Introduction

Timescale Frontend Programming Assignment

Thank you for taking the time to apply for a frontend position at Timescale! We hope you'll enjoy this small coding assignment that was designed to illustrate your coding skills. It should take around 3 hours to complete at a time of your choosing. If you have any questions, feel free to reach out to us and we'll be happy to help. Happy hacking!

Assignment

Implement a React component that allows managing email addresses. The component displays two lists: available recipients and selected recipients.

Use the included recipientsData.json file to populate the lists within the component.

Use cases

As a user, I can

  • See the list of all available recipients. A recipient is either an email or a group of emails sharing the same company domain
  • Select an individual recipient or a company domain. When a company domain is selected, all emails with the domain are added to the selected recipients' list
  • Enter the name of a company into the autocomplete and select a recipient from the available suggestions
  • Enter any email in the autocomplete. If the email passes validation it is possible to add it to the list of available recipients
  • See the list of the selected recipients that are grouped into company and email recipients. The groups are expandable and show the contained members
  • Remove the recipients from the selected list. It is possible to remove an individual email or all emails sharing a domain at once

The rules

  • The component should have a simple and clean design
  • You can use a component library of your choice (we use Chakra UI)
  • The component should work in the latest Chrome on Mac OS
  • We don't expect a full test coverage, but a couple of unit tests would be nice to have
  • Fork the repo to your own account, make it public and send us the repo url when you are completed. We will clone and run the site on our local.

frontend-developer-assignment's People

Contributors

aprimakina avatar

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.