Skip to content

Latest commit

 

History

History
80 lines (60 loc) · 3.4 KB

README_en.md

File metadata and controls

80 lines (60 loc) · 3.4 KB

Beginner Logo Calculator App Beginner Logo

Project Demonstration

🌐

Português Español English Русский 中文 العربية

Overview

This is a beginner project developed as part of the Fundamentals module of the Web Development course at Trybe. The main goal was to create a simple calculator application using React, JavaScript, CSS, and HTML. The project involved manipulating the script.js, index.html, and style.css files.

Features

The application allows users to:

  • Perform basic arithmetic operations: Addition, subtraction, multiplication, and division.
  • Clear input: Reset the calculator to its initial state.
  • Work with decimal points: Add decimal points to numbers.
  • Calculate results: Display the result of the arithmetic operation.

Skills Developed

During the development of this project, the following skills were enhanced:

  1. Manipulating DOM elements using React.
  2. Implementing state management with React hooks.
  3. Applying programming logic to handle user inputs and operations.
  4. Utilizing event handling for user interactions.
  5. Using conditional statements and loops to manage application logic.
  6. Writing modular functions to effectively maintain and manage code.

Other Beginner Projects

Here are other projects I developed during the early stages of my development journey:

How to Run

  1. Clone this repository:
    git clone https://github.com/SamuelRocha91/calculator.git
  2. Navigate to the project directory:
    cd calculator
  3. Install the dependencies:
    npm install
  4. Start the development server:
    npm run dev
  5. Open your browser and access http://localhost:3000 to see the application in action.