Skip to content

Latest commit

 

History

History
50 lines (26 loc) · 1.46 KB

README.md

File metadata and controls

50 lines (26 loc) · 1.46 KB

VueJs-Experiments

This repository contains some experiments with Vue.js framework.

 

Todo list application

An interactive to-do list with style and animations: add a todo item, set completed, remove it

The article with step-by-step tutorial

The application flow

 

Instant search application

Fetch data from a Web API and add a dynamic filter with computed properties

The article with step-by-step tutorial

The application flow

 

Switchable GridView ListView

Represent any array of data and switch between visualizations

The article with step-by-step tutorial

The application flow

 

Sudoku

How to code this simple game from A to Z

The article with step-by-step tutorial

The application flow

Visual representation of sorting Algorithms

A little guide to animations with Vue.js

The article with step-by-step tutorial

The application flow