How to Build a Markdown Editor with React

Опубликовано: 03 Март 2026
на канале: NL Tech
9,032
164

This series is about building practical projects with React. In this video I build a markdown editor, that shows a preview of the rendered markdown as the user types it, counts words, characters and allows downloading the markdown file.

Markdown Editor Source Code: https://github.com/nikelaz/react-mark...

Contents:
0:00 Introduction
0:18 What we're Building
0:37 index.js
0:43 index.css
1:30 App Component
1:46 Folder Structure
2:00 Markdown Provider Component
2:30 MainLayout Component
3:01 TitleBar Component
3:34 Editor Component
5:05 Preview Component
5:43 Final Application Demo
6:01 Conclusion

Email: [email protected]
Twitter:   / nikelaz  
LinkedIn:   / nikola-lazarov  

#react #project