Giter Site home page Giter Site logo

0001024bytes / bitcoin-calculator Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 28 KB

A simple bitcoin calculator

Home Page: https://leffw.github.io/bitcoin-calculator/

License: MIT License

HTML 25.86% JavaScript 63.07% CSS 11.08%
bitcoin btc calculator sats

bitcoin-calculator's Introduction

Bitcoin Calculator

This is a project for an MVP (Minimum Viable Product) of a value conversion calculator between Bitcoin (BTC) and Brazilian (BRL) and American (USD) currencies.

Demo: https://leffw.github.io/bitcoin-calculator/

Embedding via iFrame

Embed the calculator on your website, follow the example below:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Bitcoin Calculator</title>
    <style>
        body {
            background: rgb(2,0,36);
            background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
        }
        .iframe-container {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100vh;
        }
        iframe {
            border: none;
            border-radius: 15px;
            overflow: hidden;
            width: 25%;
            height: 250px;
            box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
            -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
            -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
        }
    </style>
</head>
<body>
    <div class="iframe-container">
        <iframe src="https://leffw.github.io/bitcoin-calculator" frameborder="0" scrolling="no"></iframe>
    </div>
</body>
</html>

List of companies using the software.

bitcoin-calculator's People

Contributors

0001024bytes avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.