JSFiddle - React, Tailwind, and code Playground

by Taras Vasylivskyy

HTML

#0.1 What are we building 
#0.2 The State of Fullstack 
#0.3 Websites vs Webapps
#1.0 What is NodeJS 
#1.1 Use Cases for NodeJS 
#1.2 Who Uses NodeJS 
#1.3 Installing NodeJS 
#2.0 What is a Server 
#2.1 What is Express 
#2.2 Installing Express with NPM 
#2.3 Your First Express Server 
#2.4 Handling Routes with Express 
#2.5 ES6 on NodeJS using Babel 
#2.6 Express Core: Middlewares 
#2.7 Express Core: Middlewares part Two 
#2.8 Express Core: Routing 
#2.9 MVC Pattern part One 
#2.10 MVC Pattern part Two 
#2.11 MVC Pattern part Three 
#2.12 Recap 
#2.13 Installing Pug 
#2.14 Layouts with Pug 
#2.15 Partials with Pug 
#2.16 Local Variables in Pug
#2.17 Template Variables in Pug 
#2.18 Search Controller
#2.19 Join : Log In HTML 
#2.20 Change Profile HTML 
#2.21 Home Controller 
#2.22 Home Controller part Two 
#2.23 Join Controller
#2.24 Log In and User Profile Controller 
#2.25 More Controlers 
#3.0 MongoDB and Mongoose 
#3.1 Connecting to MongoDB 
#3.2 Configuring Dot Env 
#3.3 Video Model 
#3.4 Comment Model 
#3.5 Home Controller Finished 
#3.6 Uploading and Creating a Video 
#3.7 Uploading and Creating a Video part Two 
#3.8 Getting Video by ID 
#3.9 Editing a Video 
#3.10 Deleting a Video 
#3.11 Installing ESLint 
#3.12 Searching Videos 
#4.0 Introduction to Webpack 
#4.1 Styles with Webpack part One 
#4.2 Styles with Webpack part Two 
#4.3 ES6 with Webpack 
#5.0 SCSS and Making the Header 
#5.1 Footer and Login / Join 
#5.2 Everything else! 
#6.0 Introduction to PassportJS 
#6.1 Local Authentication with Passport part One 
#6.2 Local Authentication with Passport part Two 
#6.3 Loggin the User In 
#6.4 Sessions on Express 
#6.5 MongoStore and Middlewares 
#6.6 Github Log In part One
#6.7 Github Log In part Two 
#6.8 Github Log In part Three 
#6.9 Recap and User Profile 
#6.10 User Detail + Facebook Login Part One 
#6.11 Facebook Login Part Two 
#6.12 Facebook Log In part Three 
#7.0 User Profile 
#7.1 Edit User Password 
#7.2 Change Password 
#7.3 Adding Creator...