moitorrijos / fibonacci

Form that displays fibonacci sequence between two given numbers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screenshot

Fibonacci Form

This app has a form with two inputs. The two inputs take two numbers and outputs the fibonacci sequence between these two numbers. Created with create-react-app and express for api.

To Run Locally

git clone https://github.com/moitorrijos/fibonacci
cd fibonacci
npm i

cd client
npm i

cd ..
npm start

About

Form that displays fibonacci sequence between two given numbers.


Languages

Language:JavaScript 62.1%Language:HTML 21.8%Language:CSS 16.1%