Skip to content

Este repositorio contiene una aplicación web de calculadora simple desarrollada con React + Vite. La calculadora web te permite realizar operaciones matemáticas básicas, como suma, resta, multiplicación y división. Es una herramienta útil para realizar cálculos rápidos en línea desde tu navegador web.

Notifications You must be signed in to change notification settings

renatosanz/Calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Web Calculator with HTML, CSS, and JavaScript

This repository contains a simple web calculator application developed with HTML, CSS, and JavaScript, powered by Vite and React. The web calculator allows you to perform basic mathematical operations such as addition, subtraction, multiplication, and division, featuring a user-friendly interface adorned with Awesome Icons. It's a handy tool for quick online calculations right from your web browser.

Features 🧮

  • Perform addition, subtraction, multiplication, and division operations.
  • Intuitive buttons and easy-to-use design embellished with Awesome Icons.
  • Display of previous calculation history.
  • Real-time calculator that shows results as you enter numbers and operators.
  • Clean and well-organized code for easy understanding and contributions.
  • Easy customization of design and style through custom CSS.
  • Fully responsive, works on both mobile and desktop devices.

Usage Instructions 🚀

  1. Clone this repository to your local machine.

  2. Navigate to the project directory.

  3. Open a terminal and run the following command to install the required dependencies:

    npm install
  4. After installing the dependencies, start the development server by running:

    npm run dev
  5. Open your web browser and go to http://localhost:3000 to access the calculator.

  6. Use the calculator buttons to perform calculations.

  7. Observe the previous calculation history at the bottom of the calculator.

Contributions 🤝

Contributions and improvements are welcome! If you have ideas for new features or enhancements to the calculator, feel free to fork this repository and submit a pull request.

License ⚖️

This project is under the MIT License, which means you are free to use, modify, and distribute this code in your own projects.

Enjoy your web calculator and use it for quick online calculations! If you have any questions or comments, don't hesitate to open an issue or contact us through the repository's issue section. 👍

Used Libraries

This project utilizes the following libraries:

  • expr-eval: ^2.0.2
  • react: ^18.2.0
  • react-dom: ^18.2.0

These libraries are essential for the functioning of the web calculator and help provide a smooth and efficient user experience.

About

Este repositorio contiene una aplicación web de calculadora simple desarrollada con React + Vite. La calculadora web te permite realizar operaciones matemáticas básicas, como suma, resta, multiplicación y división. Es una herramienta útil para realizar cálculos rápidos en línea desde tu navegador web.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published