Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomasesquivelgc/golden-ratio-fonts

Small single page app that calculates the golden ratio of any given number. Intended for font sizing.
https://github.com/tomasesquivelgc/golden-ratio-fonts

font-sizes golden-ratio reactjs

Last synced: 17 days ago
JSON representation

Small single page app that calculates the golden ratio of any given number. Intended for font sizing.

Awesome Lists containing this project

README

        

Golden Ratio Calculator

# πŸ“— Table of Contents

- [πŸ“– About the Project](#about-project)
- [πŸ›  Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [πŸš€ Live Demo](#live-demo)
- [πŸ’» Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)
- [πŸ“ License](#license)

# πŸ“– Golden Ratio Calculator

**Golden Ratio Calculator** is a Single Page Application that aims to help web developers choose the right font size for their own projects. As developers and designers, one of our biggest tasks is choosing the right size for elements and texts ensuring a harmonious and cohesive blend. For this, I propose the Golden Ratio as a clear solution. To use this application simply introduce the font size you wish to scale up or down and it will calculate a list of numbers you can use, as well as showcasing the result on screen.

## πŸ›  Built With

### Tech Stack

### Key Features

- **Golden Calculator**
- **Choose to scale up or down with one button**
- **Showcase of fonts in real time**

(back to top)

## πŸš€ Live Demo

- [Live Demo Link](https://clever-beignet-177e33.netlify.app)

(back to top)

## πŸ’» Getting Started

You don't need to install this app to use it, simply go to the live demo and bookmark it for everyday use. But if you wish to install it on your local machine follow this steps:

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone [email protected]:tomasesquivelgc/Golden-ratio-fonts.git
```

### Install

Install this project with:

```sh
npm install
```

### Usage

To run the project, execute the following command:

```sh
npm run dev
```

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **TomΓ‘s MatΓ­as Esquivel**

- GitHub: [@tomasesquivelgc](https://github.com/tomasesquivelgc)
- Twitter: [@EsquivelTomas](https://twitter.com/EsquivelTomas)
- LinkedIn: [Tomas Esquivel](https://www.linkedin.com/in/tomas-esquivel-dev/)

(back to top)

## πŸ”­ Future Features

- [ ] **Change scale button will recalculate results for better UX**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project please give it a star and remember to bookmark the live demo!

(back to top)

## πŸ™ Acknowledgments

I would like to thank my family and friends for always supporting me.
I would also like to thank icons8.com for providing the [favicon of this page](https://icons8.com/icon/20043/gold-bars).

(back to top)

(back to top)

## πŸ“ License

This project is [MIT](./LICENSE) licensed.

(back to top)