ArnaudWeyts / teamleader-ordering-test

My solution for the Teamleader ordering test

Home Page:https://teamleader-ordering.netlify.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Teamleader Ordering Test

Info

This is my personal solution for the Teamleader ordering test.

This project was bootstrapped with Create React App.

It also uses prettier to automatically format the code using a pre-commit hook. And follows the Airbnb eslint config.

Possible additions

  • Static type checking using Typescript or Flow
  • Extend the test suites coverage

Setup

Install dependencies

$ yarn install

or

$ npm install

Start the dev server

$ yarn start

or

$ npm run start

Create a production bundle in the build folder

$ yarn build

or

$ npm run build

Run tests

$ yarn test

or

$ npm run test

About

My solution for the Teamleader ordering test

https://teamleader-ordering.netlify.com


Languages

Language:JavaScript 94.6%Language:HTML 4.2%Language:CSS 1.2%