Web Development
-
31:39
Build a Website Accessibility Tester With JavaScript & Pa11y
Added 44 Views / 0 LikesIn this project, we will build a web app with Node.js & Pa11y to find website accessibility issues 💻 Code: https://github.com/bradtraversy/website-accessibility-tester 👇 Website & Courses: https://traversymedia.com https://freelancemastery.dev 💖 Show Support Patreon: https://www.patreon.com/traversymedia PayPal: https://paypal.me/traversymedia 👇 Follow Me On Social Media: Twitter: https://twitter.com/traversymedia Instagram: https://www.instagram.com/
-
38:45 Popular
Build A Website With Foundation and Sass - Part 1
Added 105 Views / 0 LikesIn this video we will build a web hosting company website/template using the Foundation Framework, Foundation-cli and Sass. This project will give you a better grip on modern front-end development and build on your HTML and CSS skills CODE - https://github.com/bradtraversy/bthosting_foundation DONATIONS: We spend huge amounts of time making these videos available for free. Any donation is greatly appreciated https://www.paypal.com/cgi-bin/webscr?cmd=_
-
29:36
Build A Website With Foundation and Sass - Part 2
Added 100 Views / 0 LikesIn this video we will build a web hosting company website/template using the Foundation Framework, Foundation-cli and Sass. This project will give you a better grip on modern front-end development and build on your HTML and CSS skills CODE - https://github.com/bradtraversy/bthosting_foundation DONATIONS: We spend huge amounts of time making these videos available for free. Any donation is greatly appreciated https://www.paypal.com/cgi-bin/webscr?cmd=_
-
15:38 Popular
Build A Website With Foundation and Sass - Part 3
Added 114 Views / 0 LikesIn this video we will build a web hosting company website/template using the Foundation Framework, Foundation-cli and Sass. This project will give you a better grip on modern front-end development and build on your HTML and CSS skills CODE - https://github.com/bradtraversy/bthosting_foundation DONATIONS: We spend huge amounts of time making these videos available for free. Any donation is greatly appreciated https://www.paypal.com/cgi-bin/webscr?cmd=_
-
33:20
Build a Wildfire Tracker With React & NASA API
Added 56 Views / 0 LikesIn this project we will build a wildfire tracker map. This app uses the NASA Open API and the Google Maps API. Code: https://github.com/bradtraversy/wildfire-tracker • Support The Channel! http://www.patreon.com/traversymedia Website & Brad Traversy Udemy Course Links: https://www.traversymedia.com Follow Traversy Media: https://www.twitter.com/traversymedia https://www.instagram.com/traversymedia https://www.facebook.com/traversymedia
-
1:10:20 Popular
Build a Wordpress Website In 1 Hour
Added 119 Views / 0 LikesIn this video we will build a Wordpress website without writing one line of code in about 1 hour. This is a good example of how practical and fast Wordpress development can be for freelancers and beginners. We will use a little Photoshop for the simple logos and image resizing but I will include the images below if you want to skip that part and still follow along. Finally we will deploy to InMotion hosting Cpanel and setup SMTP for our contact form.
-
36:19
Build An AI Image Generator With OpenAI & Node.js
Added 47 Views / 0 LikesIn this project, we will use OpenAI and the DALL-E model to create a web app that will generate images from scratch based on the entered text. 💻 Code: https://github.com/bradtraversy/nodejs-openai-image 📄OpenAI Docs: https://beta.openai.com/ ⭐ All Courses: https://traversymedia.com 💖 Show Support Patreon: https://www.patreon.com/traversymedia PayPal: https://paypal.me/traversymedia 👇 Follow Traversy Media On Social Media: Twitter: https://twitter.com/
-
02:09 Popular
Build An Angular 2 Spotify App - Part 1
Added 104 Views / 0 LikesIn this video I will quickly go over what we will be building. This Angular 2 application will use the Spotify API to allow us to search for artists and album info and allow us to preview tracks from the application. UPDATED RC6 & ORIGINAL RC4 CODE - https://github.com/bradtraversy/ngspotify This project is part of an Eduonix 12 project course in Angular 2. VIEW COURSE INFO: https://www.eduonix.com/affiliates/id/16-10413
-
16:29 Popular
Build An Angular 2 Spotify App - Part 2
Added 109 Views / 0 LikesIn this video we will build the Angular 2 navbar component and set up the application router as well as setup a custom Bootstrap template UPDATED RC6 & ORIGINAL RC4 CODE - https://github.com/bradtraversy/ngspotify This project is part of an Eduonix 12 project course in Angular 2. VIEW COURSE INFO: https://www.eduonix.com/affiliates/id/16-10413
-
14:14 Popular
Build An Angular 2 Spotify App - Part 3
Added 103 Views / 0 LikesIn this video we will setup the search component in Angular 2 and setup a service to interact with the Spotify API to fetch information about the specified artists and albums UPDATED RC6 & ORIGINAL RC4 CODE - https://github.com/bradtraversy/ngspotify This project is part of an Eduonix 12 project course in Angular 2. VIEW COURSE INFO: https://www.eduonix.com/affiliates/id/16-10413
-
07:34 Popular
Build An Angular 2 Spotify App - Part 4
Added 101 Views / 0 LikesIn this video we will handle displaying the search results that were returned from the Spotify API in our service. UPDATED RC6 & ORIGINAL RC4 CODE - https://github.com/bradtraversy/ngspotify VIEW COURSE INFO: https://www.eduonix.com/affiliates/id/16-10413
-
12:03
Build An Angular 2 Spotify App - Part 5
Added 98 Views / 0 LikesIn this video we will setup the artist component which handles fetching data including the artist title, image and genres UPDATED RC6 & ORIGINAL RC4 CODE - https://github.com/bradtraversy/ngspotify This project is part of an Eduonix 12 project course in Angular 2. VIEW COURSE INFO: https://www.eduonix.com/affiliates/id/16-10413
-
13:25 Popular
Build An Angular 2 Spotify App - Part 6
Added 111 Views / 0 LikesIn this video we will handle fetching a list of albums by a specified artist using the Spotify API UPDATED RC6 & ORIGINAL RC4 CODE - https://github.com/bradtraversy/ngspotify This project is part of an Eduonix 12 project course in Angular 2. VIEW COURSE INFO: https://www.eduonix.com/affiliates/id/16-10413
-
12:41 Popular
Build An Angular 2 Spotify App - Part 7
Added 103 Views / 0 LikesIn this video we will list tracks from albums along with a link to preview songs in the browser UPDATED RC6 & ORIGINAL RC4 CODE - https://github.com/bradtraversy/ngspotify This project is part of an Eduonix 12 project course in Angular 2. VIEW COURSE INFO: https://www.eduonix.com/affiliates/id/16-10413
-
32:20
Build an API Proxy Server - Hide Your API Keys, Rate Limiting & Caching
Added 69 Views / 0 LikesWe will use Node.js & Express to create a server in order to hide public API keys, add rate limiting and caching 💻 Code: https://github.com/bradtraversy/node-api-proxy-server Demo App: https://traversy-weather-app.herokuapp.com Node.js API Masterclass Course: (promo code: OCTOBER2021) https://www.udemy.com/course/nodejs-api-masterclass/?referralCode=F95A0D3B9CA1DB648F55 👇 Website & Courses: https://traversymedia.com 💖 Show Support Patreon: https://www
-
44:25 Popular
Build an App With AngularJS & Firebase
Added 119 Views / 0 LikesIn this video we will build a contact manager application with Angular.js, Firebase and Angular Seed. The all will have full CRUD functionality 10 Project Angular Course - https://www.udemy.com/learn-angularjs-development/
-
35:37 Popular
Build An Audio Player Using HTML5 & jQuery - Part 1
Added 102 Views / 0 LikesHere I will show you how to build a fully functional Audio player using the HTML5 JavaScript audio API. It allows you to create a playlist of songs and skip through and play, pause and stop tracks Here I will show you how to build a fully functional Audio player using the HTML5 JavaScript audio API. It allows you to create a playlist of songs and skip through and play, pause and stop tracks Project Files - https://github.com/bradtraversy/html5audiopla
-
29:51 Popular
Build An Audio Player Using HTML5 & jQuery - Part 2
Added 131 Views / 0 LikesHere I will show you how to build a fully functional Audio player using the HTML5 JavaScript audio API. It allows you to create a playlist of songs and skip through and play, pause and stop tracks Project Files - https://github.com/bradtraversy/html5audioplayer
-
55:35
Build an Electron App in Under 60 Minutes
Added 100 Views / 0 LikesIn this video we will build a desktop application using Electron.js which allows us to build desktop apps using only JavaScript. We will build a minimal shopping list app with a custom menu and multiple windows and implement Materialize CSS for styling. We will also publish the app to a Windows .exe file using the Electron Packager. CODE: Code for this project https://github.com/bradtraversy/electronshoppinglist PACKAGER TUTORIAL PAGE: https://www.chr
-
1:29:16
Build an Event App with Vue.js, Gridsome & Strapi.js
Added 60 Views / 0 LikesWe will build a virtual events platform using the Vue.js static site generator, Gridsome and Strapi.js for our backend Faraday Academy YouTube Channel: https://www.youtube.com/channel/UCxA99Yr6P_tZF9_BgtMGAWA Code: https://github.com/gwenf/gridsome-strapi-tutorial Strapi Crash Course: https://www.youtube.com/watch?v=6FnwAbd2SDY • Support The Channel! http://www.patreon.com/traversymedia Website & Brad Traversy Udemy Course Links: https://www.traversym
-
49:41 Popular
Build an Expense Tracker | React Hooks & Context API
Added 110 Views / 0 LikesIn this project we will take a vanilla JS expense tracker app and turn it into a React app using hooks (useState, useContext, useReducer) and the context API. Original Repo: https://github.com/bradtraversy/vanillawebprojects/tree/master/expense-tracker React Version: https://github.com/bradtraversy/expense-tracker-react • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Course Links: https://www.traversym
-
18:31 Popular
Build An HTML5 Template With Bootstrap and SASS - Part 1
Added 116 Views / 0 LikesIn this mini-series we will build a complete HTML5 Bootstrap template with SASS. It is a bit long but that is because it is from scratch and typed out line by line. --------------------------------------------------------------------------------------- Project Files - https://github.com/bradtraversy/skyapp_bootstrap For video courses like this check out - http://codeskillet.com
-
16:15 Popular
Build An HTML5 Template With Bootstrap and SASS - Part 10
Added 108 Views / 0 LikesIn this mini-series we will build a complete HTML5 Bootstrap template with SASS. It is a bit long but that is because it is from scratch and typed out line by line. --------------------------------------------------------------------------------------- Project Files - https://github.com/bradtraversy/skyapp_bootstrap For video courses like this check out - http://codeskillet.com
-
09:22 Popular
Build An HTML5 Template With Bootstrap and SASS - Part 11
Added 109 Views / 0 LikesIn this mini-series we will build a complete HTML5 Bootstrap template with SASS. It is a bit long but that is because it is from scratch and typed out line by line. --------------------------------------------------------------------------------------- Project Files - https://github.com/bradtraversy/skyapp_bootstrap For video courses like this check out - http://codeskillet.com
-
22:49 Popular
Build An HTML5 Template With Bootstrap and SASS - Part 2
Added 113 Views / 0 LikesIn this mini-series we will build a complete HTML5 Bootstrap template with SASS. It is a bit long but that is because it is from scratch and typed out line by line. --------------------------------------------------------------------------------------- Project Files - https://github.com/bradtraversy/skyapp_bootstrap For video courses like this check out - http://codeskillet.com
-
19:11 Popular
Build An HTML5 Template With Bootstrap and SASS - Part 3
Added 110 Views / 0 LikesIn this mini-series we will build a complete HTML5 Bootstrap template with SASS. It is a bit long but that is because it is from scratch and typed out line by line. --------------------------------------------------------------------------------------- Project Files - https://github.com/bradtraversy/skyapp_bootstrap For video courses like this check out - http://codeskillet.com
-
23:05 Popular
Build An HTML5 Template With Bootstrap and SASS - Part 4
Added 112 Views / 0 LikesIn this mini-series we will build a complete HTML5 Bootstrap template with SASS. It is a bit long but that is because it is from scratch and typed out line by line. --------------------------------------------------------------------------------------- Project Files - https://github.com/bradtraversy/skyapp_bootstrap For video courses like this check out - http://codeskillet.com
-
13:49
Build An HTML5 Template With Bootstrap and SASS - Part 5
Added 100 Views / 0 LikesIn this mini-series we will build a complete HTML5 Bootstrap template with SASS. It is a bit long but that is because it is from scratch and typed out line by line. --------------------------------------------------------------------------------------- Project Files - https://github.com/bradtraversy/skyapp_bootstrap For video courses like this check out - http://codeskillet.com
-
23:11 Popular
Build An HTML5 Template With Bootstrap and SASS - Part 6
Added 102 Views / 0 LikesIn this mini-series we will build a complete HTML5 Bootstrap template with SASS. It is a bit long but that is because it is from scratch and typed out line by line. --------------------------------------------------------------------------------------- Project Files - https://github.com/bradtraversy/skyapp_bootstrap For video courses like this check out - http://codeskillet.com
-
23:11 Popular
Build An HTML5 Template With Bootstrap and SASS - Part 7
Added 109 Views / 0 LikesIn this mini-series we will build a complete HTML5 Bootstrap template with SASS. It is a bit long but that is because it is from scratch and typed out line by line. --------------------------------------------------------------------------------------- Project Files - https://github.com/bradtraversy/skyapp_bootstrap For video courses like this check out - http://codeskillet.com









