Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 482 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 482 Bytes

DOTT test project

Haven't done the whole setup because of lack of time Based on parcel bundler Before start

npm i                            // to install all the dependencies
npm install -g parcel-bundler    // to compile and watch local changes

Task 1

Basic function currying

npm run dev:task1

Open in a browser

Task 2

Simple realization of voice search

npm run dev:task2

Open in a browser