Build a Markdown Previewer ReactJS Project | Free Code Camp | Data Visualization Certification

preview_player
Показать описание
Build a Markdown Previewer ReactJS Project | Free Code Camp | Data Visualization Situation

AFFILIATE LINKS:
***All Affiliate Links Below are for products or courses I have used and stand by their quality***
-Humble Bundle (Low price games, books, courses etc.)
-BootStrap 4 Course
-Angular 4 Front to Back Course
-Robinhood - Trade Stocks App (Sign up and get 1 share of stock valued between 5 and 200 dollars)
-Acorns - Easy Investment Portfolio (Sign up with my link and get $5 when you deposit)

Cryptocurrency Wallet Donations:
-Bitcoin Wallet: 16KuNxeqA5pFMoeUhSHjaAFHMGVY1R4hTv
-Lite Coin Wallet: LNVNZVZuYsTtgNAUijacKhCngnRXdadqTD
-Etherium Wallet: 0xefbAC94E20390E6B9546dC49E4beB7AB17C4dF28

Support our Community:

Tutoring, Mentoring and Course Walkthroughs available:

Thank you to my Patreon Supporters Below:

Support me and visit my store at:

Internship, Part-Time, & Full time work for college students and recent grads:

Fan funding goes towards buying the equipment necessary to deliver 4k videos, 4k webcam, and a high quality microphone better audio. Any support is very appreciated!

My channel is here for aspiring programmers to learn easier and help debug any issues from the many great free resources available on the web.

Check out my other videos going over HTML, CSS, Ruby, Ruby on Rails, Java, JavaScript, Python, PHP, SQL, Command Line, BootStrap, jQuery, and WordPress from CodeCademy, CodeCombat, FreeCodecamp and more!
Рекомендации по теме
Комментарии
Автор

At 8:11, 'ControlLabel' has been renamed to 'FormLabel' as stated in the React Bootstrap documentation. I spent the entire night trying to figure out what went wrong.

RachelHow
Автор

For anyone following this video in August 2019 or later, remove the /lib in the import to make it work.

benjamintilden
Автор

As a Nigerian boy learning to code i found the tutorial super amazing. Thanks Daylan

sagirTech
Автор

I'm having a marked is not a function error. You can fix it by changing it to import {marked} from 'marked' instead of let marked = require("marked")

PalekJRam
Автор

Oh hey I just started to look at that project on FCC a few days ago, ended up creating a blog on my website that uses the marked library and python to take in markdown files and spit out markdown blogs.

Didn't realized I went onto that tangent because of this FCC project which I will return to thanks to you :D

benhawy
Автор

thanks man! I was looking for this for a long time.

sthialth
Автор

I like how freecodecamp chose an easy project, a medium project. And a couple hard ones.

ck
Автор

Hey Dylan, at 10:00 I have this error "Property 'componentClass' does not exist on type 'IntrinsicAttribute" thanks in advance!

gwenaeloppitz
Автор

Thanks for this.
Why do you use 
let { markdown } = this.state 
instead of
let { markdown } = this.state.markdown

johnnyboygomez
Автор

I don't like the look of react bootstrap. Seems like instead of infinite classes they chose infinite nesting and components.

ck
Автор

19:21 i am probably more super amaxing than amazing x)x)x)

sofianebm
Автор

Can someone give me the link of marked's documentation on React website please as he said

mamadoudiallo
Автор

A challenge is how to make it all work on codepen ><

XbattlepopeX