Git Product home page Git Product logo

fe-interview's Introduction

Take home assignment

  • Create Project component based on the Project card.png sketch Feel free to use any css styling approach for this assignment (styled-components, css modules, className props etc.)

  • Use data from data.js file to generate a list of Project components

  • Use Search input component to filter projects list by name This task requires to write a JS function to filter projects if matched with a search query, or some Nothing found placeholder if there’s no match

  • Without using any form input libraries implement a tags input component The input component that takes text as input and by hitting Enter transforms the input into a tag that is displayed inside the input field. Each tag has a button to remove it. Here is the example of Bootstrap plugin: Bootstrap Tags Input

  • When you are done with the assignment answer the following questions in this README:

    • How much time did you spend on the assignment? 3 hours + 1h break + 30 minutes filling out README
    • What was the most difficult task? Styling the card was the hardest part. This is something I would have asked better clarification before jumping into code if it were a real project, especially with font/card size, break point, and A11y concerns.

    Feel free to share any other notes on this assignment

    As I mentioned above, there are questions I would have asked beforehand if it were a real project, including the followings:

    • font/color/size of the text and each component
    • How it should look like in mobile device, each breakpoints
    • How many cards do we want to show in the page
    • how the final project look like
    • Is having tag in the search component the best way in A11y?
    • What would you like to do with the tags?
    • What do we want to show when some of the properties in data.js (projects) are not available? (currently set as N/A)
    • What do we want to do with inProduction value

    Things I would have done if I had more time:

    • Move formatDate function as helper outside of card/Project js
    • Use SVG for X button in tag

After completion

Upload the repo to any source-code-hosting (GitHub, GitLab, etc.) and provide a link to it

fe-interview's People

Contributors

asukakuwahara avatar

Watchers

 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.