How can I start building a web browser using HTML, CSS, and JavaScript?

0
0
Asked By CuriousCoder92 On

Hey everyone! I'm currently learning web development through the MDN docs, and while I've tried watching YouTube tutorials, I've found that I understand the material much better from MDN. I'm an engineering student and am planning to build a web browser. As a complete beginner, I could really use some guidance!

2 Answers

Answered By HelpfulHacker42 On

Are you sure you want to build your own web browser? Just a heads up, something like Chromium, which Google Chrome is based on, has millions of lines of code! If you can get your own browser working, you'll be way past beginner level. If you're looking to create a web app with basic functionalities, I recommend checking out The Odin Project for some hands-on learning.

CuriousCoder92 -

Thanks for the suggestion!

Answered By PragmaticDev On

Just a heads up, building a complete web browser is super complicated! If you're just starting out, it might be better to either pick a simpler project or narrow down what you mean by 'web browser.' Also, try to use clear sentences and proper punctuation when asking for help. It's easier for us to understand your queries that way!

CuriousCoder92 -

I appreciate the feedback! I'll make sure to do that next time.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.