This is my first Node.js project โ a simple Calculator application that performs basic operations like addition of two numbers.
I built this project while learning the fundamentals of Node.js, such as creating a server, handling requests, and working with core modules.
This project is the starting point of my backend journey, and Iโll be extending it further while learning Express.js to build a complete web-based calculator.
- Takes two numbers as input
- Performs calculation (currently supports sum)
- Built using pure Node.js (no frameworks)
- Beginner-friendly project structure
- Node.js
- Core modules:
http