GithubHelp home page GithubHelp logo

hvahan / take-home-challenge Goto Github PK

View Code? Open in Web Editor NEW

This project forked from basetenlabs/frontend-take-home

0.0 0.0 0.0 218 KB

Front-End Take Home Challenge

HTML 5.88% JavaScript 85.06% SCSS 9.06%

take-home-challenge's Introduction

BaseTen Frontend Take-Home Challenge

For this challenge we are looking to implement a quick-search functionality that mimics the macOS Spotlight feature. In case you are not familiar with this feature; it is a neat little UI component that allows you to quickly search for relevant content based on a search term you input.

Here is a screenshot of it in action.

spotlight-1

For our challenge we are looking to replicate a similar functionality but in the browser with React that searches against a predetermined list of objects.

Setup

You will need to ensure you have node installed. If you need to install you can visit https://nodejs.org/en/ and just download the LTS version.

You can then run npm install to install all dependencies required to run the app.

Once all dependencies are installed, you can start your dev process using

npm start

This should have taken you to the landing page with requirements/instructions required to complete the challenge.

API.js

To simulate API responses that you would receive from a server, there is an included API.js file. This file includes a search(<term>) function that will return an array of results given a term.

The dataset is just a simple collection of popular ML models. For your implementation you can aim to represent the data in your implementation in something similar to this:

.-----------------------------------------------.
| <id> - by: <author>                    <type> |
| Updated: <modified date>                      |
`-----------------------------------------------`

This challenge is meant to be somewhat open-ended. Feel free to make assumptions and unblock yourself. Just make sure to make a note of all the assumptions as code comments.

take-home-challenge's People

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.