A simple task manager client developed in Vue.js that uses mocked-data
to interact with interfaces.
The big deal here is providing some informations about how I think about development: spliting concerns, projecting architeture and making use of computer science concepts.
Requirements are available here.
All commands described in this document should be executed from the project's root directory.
Clone the repo, install all project's dependencies with yarn install
, and run yarn serve
. When it's done building, the app is accessible from localhost:8080
.