Ask HN: Good resource on writing web app with plain JavaScript/HTML/CSS?
📰 Hacker News · pipeline_peak
Learn to build a simple web app using plain JavaScript, HTML, and CSS without frameworks like React or Angular
Action Steps
- Create a new HTML file and add basic structure using HTML tags
- Write CSS to style the HTML elements and create a visually appealing layout
- Use JavaScript to add interactivity to the web app, such as handling form submissions and validating user input
- Set up a local development environment using a code editor and a browser
- Test and deploy the web app online using a hosting platform or a server
Who Needs to Know This
Frontend developers and designers who want to create simple web applications without relying on complex frameworks will benefit from this resource. It's also suitable for developers transitioning from desktop application development to web development
Key Insight
💡 You don't need a complex framework like React or Angular to build a simple web app, and plain JavaScript, HTML, and CSS can be sufficient for small projects
Share This
🚀 Build a simple web app with plain JavaScript, HTML, and CSS! No frameworks needed 🙅♂️
Key Takeaways
Learn to build a simple web app using plain JavaScript, HTML, and CSS without frameworks like React or Angular
Full Article
Coming from WPF and Winform, I find web development to be unnecessarily complex, but I refuse to believe that’s true. I just want to make a simple web app, no React, Angular or any of that. That can’t be too hard right? I’m sure in large scale, that stuff has its place, but I don’t need it. To me, the browser is the UI framework. When I Google around to get started, I find obnoxious Medium articles. I don’t want to copy and paste instructions and throw something together without a clue what’s going on. Mozilla has good documentation, but I don’t know what’s a good source to actually get a web app running locally that I can eventually deploy online. Do I really need Node? Compared to WPF/Winform this is a mess, or so I hope not. I want to make a simple app where users can create and fill out a form. ATC test plans, to be exact.
DeepCamp AI