Giter VIP home page Giter VIP logo

code-test's Introduction

PART 1 - Setup

Use Node 12 and npm 6.12 Install Docker to use the local database

To setup the backend:

npm install
npm run restart:db
npm run db:migrate
npm start

To setup the frontend:

npm install
npm start

Part 2 - Requirements for Todo List Application

In this project, there is a Typescript backend and a React Javascript frontend.

There are a couple of routes available for listing all Todos in the database, as well as saving Todos to the database.

Write a React frontend for creating and listing Todos.

Features:

  • Add a todo
  • Show a list of todos
  • Remove a todo
  • Update an existing todo
  • Frontend unit tests of components
  • Some backend integration test

In particular, we're testing for your ability to jump into a greenfield project and create a coherent system, as well as jumping into project/framework you may not know anything about, and make some progress.

We're looking for strong patterns around separation of concerns, code clarity and readability, as well as the ability to learn and apply new concepts.

Show off! If you're particularly good at creating usuable frontends, make an interesting experience. If you have backend patterns or technologies you'd rather use on top of the existing technology, apply them, and tell us about it in the second part of the interview.

Consider this your time to show us your coding philosophies and code quality / organization.

code-test's People

Contributors

nikkirostollan 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.