Skip to content

Latest commit

 

History

History
77 lines (46 loc) · 2.53 KB

File metadata and controls

77 lines (46 loc) · 2.53 KB
License People Stars Forks Watches Last Updated

A calculator in a table 📟📈

tabulator Demo
tabulator Screenshot

Inspiration

I was trying to center a table in the page, also wanted to play around with the eval method.

What it does

tabulator is a calculator with limited functionality, completely buil inside a <table> element.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You just need a browser and text editor.

Getting tabulator

To get tabulator, follow these steps:

git clone https://github.com/2kabhishek/tabulator
cd tabulator

How it was built

tabulator was built using Vanilla JS, HTML5 and CSS.

Challenges faced

While building tabulator the main challenges were figuring out gradients and box-shadow, I was trying to match the look and feel of a real calculator.

What I learned

While building tabulator I learned more about centering elements, gradients, shadows and the eval method.

Hit the ⭐ button if you found this useful.

More Info