Skip to content

EternalValor/tasks-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Google Tasks clone built with Vue and Vuex

App screenshot

Project setup and start 🏃

yarn install && yarn serve

To create a production build in the /dist directory 👷

yarn build

Motivation? 🤔

I've been a life long React.js developer, but have never dove deep into any other framework. So I started this project as a Vue.js learning sandbox. I chose the Google Tasks app to clone as it is a more advanced implementation of the iconic "todo list first project" and seemed to have all the basic features a fully fledged web app would have.