- Git
- NodeJS
- NPM/Yarn (Yarn is prefered)
- Fork this repo
- Write the app using vue components and Vuex state management
- Use this poject's structure for development
- Follow the project coding style
- After finishing send your project by email to [email protected] with the following subject: Todo List Frontend Challenge - Your Name
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
We have a little problem whith Tasks management. So our company decided to build a simple "todo" app so our co-workers can track what they are doing. This is the desired design:
- add todo
- mark todo as done or undone
- clear all todos marked as done
- use the provided design
- to add todo, users must use the input provided by the design and press enter
- to mark as done or undone, users must click at the circle at the left corner of the todo
- all done todos should appear at the end of the list
- it should be responsive so we can use on our smart phones
- use your creativity ;)
- Follow development best practices in vuejs development
- Do not use JQuery or any other libraries that are not necessary
- Use reusable components
- Document your code with comments
- Provide a better design for the app
- Use Sass
For a detailed explanation on how things work, check out the guide and docs for vue-loader.