Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.09 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.09 KB

Calculator

  • This is basic calculator coded with HTML, CSS and Javascript basics
  • It is an ideal project for beginners

The Output

Running the Project:

For using in on local machine, download the files with following steps

  1. Go to the repository
  2. Find the button - code
  3. Click on the arrow-down
  4. Select Download zip
  5. Unzip and run them in your editor

Alternatively, you can use the Codepen link to see the project without downloading the files.

Features to be added:

  • Getting Result when "Enter" key is pressed
  • Adding Backspace feature
  • Getting an error message when the limit of characters is excluded
  • Getting an error message when input is not appropriate

The project was made for a school assignment, resources used as well as the mistakes made while building the project will be shared soon on a blog post!

**Coontribution guidlines will be added soon :)