JavaScript

programming

I made a potluck game using JavaScript (with HTML and CSS)

A beginner-friendly explanation of how to create a "hidden pot game" using JavaScript. Complete code with HTML and CSS is available! Recommended for web production practice and independent research.
programming

JavaScript beginner: 5 things to understand first

For JavaScript beginners, a professional will carefully explain the five basic grammar points that you should learn first! With illustrations and code examples, your understanding will be much deeper.
programming

[Introduction to React] A complete guide to creating a quiz app | Easily implement score display and question management!

A beginner-friendly explanation of how to create a quiz app with a score function using React. Learn about useState and event handling, and have fun while improving your implementation skills!
programming

[Introduction to React] A complete guide to creating a recipe search app | Learn routing support and API integration

For those new to React. This article provides a professional-level, easy-to-understand explanation of how to create a recipe search app using APIs and routing. Specific examples and completed code are also included!
programming

[Introduction to React] Learn API integration by building a weather forecast app | Complete guide for beginners

For those new to React. A detailed explanation of how to create a weather forecast app with API integration. You can understand it immediately with step-by-step implementation examples.
programming

[Introduction to React] Learn by making a rock-paper-scissors game! Implementation guide for beginners

A must-see for beginners who want to learn the basics of React! An easy-to-understand explanation of how to create a rock-paper-scissors game. You can learn useState and event handling carefully with examples.
programming

[React for Beginners] A complete guide to creating a ToDo list app! Even beginners can implement it right away

Even if you are a React beginner, you can rest assured! A complete guide to creating a to-do list app from scratch. We will carefully explain everything from environment setup, basic operations, and implementation code.
programming

React vs Vue: Which is better for beginners? [2025 Latest Comparison]

React and Vue, which framework should beginners choose? A working engineer thoroughly compares them in terms of ease of learning, future prospects, and use as a side job!
programming

[Complete Guide] A detailed explanation of how to build an API server with Node.js

A detailed explanation for beginners on how to build an API server using Node.js. Covers everything from environment construction, routing, Express usage, and security measures. Includes practical code!
programming

[Super beginner] Complete guide to getting started with JavaScript | Basics and practices that even beginners can understand

A beginner's guide to learning JavaScript from scratch. We will explain how to set up the environment, basic grammar, and practical code in an easy-to-understand manner.