This is a solution to the project: Calculator from The Odin Project's curriculum.
-
Your calculator is going to contain functions for all of the basic math operators you typically find on simple calculators, so start by creating functions for the following items and testing them in your browser’s console.
- add
- subtract
- multiply
- divide
🔗 Live preview: link
- Semantic HTML5 markup
- CSS custom properties
- CSS Grid
- JavaScript
- JavaScript.
- HTML DOM manipulation with Javascript.
- Generating DOM elements from JavaScript
- The Odin Project's Course - This helped me understand how to carry out DOM manipulation.
👤 Manik Rana
- GitHub: Maniktherana
💻 The Odin Project