FastCrud challenge

This application is created to test development capabilities using the Vue.js framework and Typescript, taking in consideration code quality, organization and best use of vue assets.

viewbd0460253e39adc9.gif

Table of Contents

Running project


Install dependencies

$ yarn install

Running

# Launch the project.
$ yarn dev

Views

Introduction to the current views.

Start


Parent view for the Timer and Text components, responsible for maneging components states and handleling events emissions.

Statistics


Recieves entries and time passed through params of the route and executes metric calculations based on the recieved data.