Skip to content

brophdawg11/angular-react-vue-stopwatch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-react-vue-stopwatch

Comparison of setting up a simple UI in Angular 4, React 15, and Vue 2

This blog post gives a little more insight into what's going on.

Description

I have created a very simple UI (a stopwatch) in Angular, React, and Vue that should look and behave exactly the same way. The idea is to make it easier to see how each framework tackles some of the basic features needed for UI development and allow you to compare and contrast each approach.

Usage

  1. npm install
  2. npm start
  3. Navigate to http://localhost:8000

Start each stopwatch with the 'Start' button, pause it with 'Stop'. 'Reset' will clear the timer and add the elapsed time to an list of previous times.

Licensing

This code is provided under the terms of the MIT license: basically you're free to do whatever you want with it, but no guarantees are made to its validity, stability, or safety. All works referenced by or utilized by this project are the property of their respective copyright holders and retain licensing that may be more restrictive.

About

Comparison of setting up a simple UI in Angular 4, React 15, and Vue 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 39.9%
  • HTML 20.7%
  • TypeScript 19.5%
  • Vue 16.0%
  • CSS 3.9%