Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mholthausen/fibo

Fibonacci Estimation
https://github.com/mholthausen/fibo

estimation fibonacci

Last synced: about 1 month ago
JSON representation

Fibonacci Estimation

Awesome Lists containing this project

README

        

# Fibonacci Estimator

[![Build Status](https://travis-ci.org/mholthausen/fibo.svg?branch=main)](https://travis-ci.org/mholthausen/fibo)

Fibonacci Estimator is a mobile-optimized web app designed for selecting Fibonacci numbers via buttons and estimating Story Points for project tasks. See a live version of this on [https://www.thisisholti.com/](https://www.thisisholti.com/)

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [Code of Conduct](#code-of-conduct)
- [License](#license)

## Installation

`npm i && npm run dev`

## Usage

Open the browser on [http://localhost:5173/](http://localhost:5173/)

## Contributing

We welcome contributions! Please see our [Contributing Guidelines](CONTRIBUTING.md) for more details.

## Code of Conduct

Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.

## License

This project is licensed under the BSD 2-Clause License. See the [LICENSE](LICENSE) file for more details.