From 3486c7f7899213a3e13a1995002782aadbdeea4c Mon Sep 17 00:00:00 2001 From: Ibrahim Islam Date: Thu, 11 May 2017 20:04:39 +0600 Subject: [PATCH] Adds JavaScript tutorial to build small 30 things --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6b25afa..b528d25 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,8 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Build a Spring Boot App with User Authentication](https://scotch.io/tutorials/build-a-spring-boot-app-with-user-authentication) ## JavaScript: +* [Build 30 things in 30 days with 30 tutorials](https://javascript30.com) + ### Mobile Application: * [Build a React Native Todo Application](https://egghead.io/courses/build-a-react-native-todo-application)