Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 321 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 321 Bytes

iOS Calculator Clone

Clone of the iOS Calculator app. This is an exercise in raw CSS and Javascript.

Demo

Link to Example

To run locally

Create a basic web server in the main directory with: python3 -m http.server

Then navigate to 0.0.0.0:8000 in the browser.