Giter Club home page Giter Club logo

job-quest-winter-2017's Introduction

Welcome to TakeMeTour's Job Quest (Winter 2017 Edition)

Thank you for your interest in working at TakeMeTour. First, we would like to take a simple test on your coding skill.

Please fork this repo and work on the test. After finishing the test, please send your repo to [email protected] (Subject: JavaScript Engineer Application).

The quest has 3 parts: front-end, back-end, data parts. You are free to work on one or more of those parts.

Back-end

  • Write a To-do API in language of your choice having following endpoints
    • GET / Get all todos
    • POST / Create new todo
    • DELETE /:id Delete specific todo item
    • POST /:id/toggle Toggle the state of specific todo item (Todo / Done)
  • The state of all todos have to be in stored in database of your choice
  • Bonus: Try writing a GraphQL API on top of REST API

Front-end

  • Write a To-do web client (single-page application)
  • Any modern web framework/lib is okay (ReactJS, Angular, VueJS, ...)
  • If no API is available, you can use IndexDB or LocalStorage instead
  • Bonus: Try adding some animation to the UI

Data

  • Given Consumer complaint dataset file, Write a python code to load the file and plot the following data
  • X-axis representing year that the compaints have been received (Date received column)
  • Y-axis representing total complaints count grouped by Product column

job-quest-winter-2017's People

Contributors

titlekungkub avatar panj 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.