This is a simple calculator program that performs basic arithmetic calculations.
This website was built using the following technologies:
• HTML
• CSS
• JavaScript
To install and run the website locally, follow these steps:
• Clone the repository
• Open the website in a browser: http://localhost:3000
Contributions to the website are welcome. To contribute, follow these steps:
-
Fork the repository Create a new branch: git checkout -b new-feature
-
Make changes and commit them: git commit -am 'Add new feature'
-
Push to the branch: git push origin new-feature
-
Create a pull request.