8000 Updated readme file and added documentation by policarddavid · Pull Request #29 · zxcodes/Calculator · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Updated readme file and added documentation #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

A simple Calculator App built with HTML, CSS, and JavaScript. It also has a Dark Mode.

This web based calculator is a project that helps anyone get an introduction to javascript with a basic web application. it is very barebones, but the simplicity helps make it easier to understand.

How to use:

To use this calculator, just go to this site in your web browser. zxcodes.github.io/Calculator. If you are running this locally, you can insall NodeJS and run the program that way.
Copy link
Owner
@zxcodes zxcodes Feb 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't need Node JS as we're not using any server to serve the index.html file. You can just clone the repo and run the index.html file and everything works.


How to contribute:
Fork and clone this repo locally, then make changes to the .js file and add your contributions. Submit a pull requrest to the main branch and it will be reviewed and approved if it makes improvements on the project!

![Calculator Preview Image](https://user-images.githubusercontent.com/44538497/169086855-bd20e6e0-3675-4db6-b086-0298005973f4.png)

* Favicon from:
Expand Down
0