add contents

This commit is contained in:
André Weller
2019-05-15 17:29:49 +02:00
parent 780ce32e0a
commit 5e26e90858
7 changed files with 100 additions and 0 deletions

View File

@@ -13,11 +13,21 @@ export default {
data() {
return {
resources: [
{
title: 'WarriorJS',
desc: 'An exciting game of programming and Artificial Intelligence',
url: 'https://warrior.js.org/'
},
{
title: 'Javascript30',
desc: 'Free video courses about javascript. Made by WesBos',
url: 'https://javascript30.com'
},
{
title: 'JS the right way',
desc: 'This is a guide intended to introduce new developers to JavaScript and help experienced developers learn more about its best practices.',
url: 'https://jstherightway.org'
},
{
title: 'Learn vanilla js',
desc: 'A vanilla JS roadmap, along with learning resources and project ideas to help you get started.',
@@ -53,6 +63,16 @@ export default {
desc: 'Tutorials, references, tools and resources. Your goto documentation to learn js.',
url: 'https://developer.mozilla.org/en-US/docs/Web/JavaScript'
},
{
title: 'Learn javascript fast',
desc: 'Welcome to learnjavascriptfast.com, a free online course designed to help you learn Javascript fast with hands-on project. Our aim is to equip you with enough knowledge to start coding your own Javascript pages immediately upon completion of this course.',
url: 'https://learnjavascriptfast.com/'
},
{
title: 'ECMAScript 6 ',
desc: 'ES6 is a significant update to the language, and the first update to the language since ES5 was standardized in 2009.',
url: 'https://github.com/lukehoban/es6features#readme'
},
]
}
},