Skip to content

ThefriendlyNeighbourhoodCoder/fibonacciSequence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FIBONACCI SEQUENCE VISUALISER

Aug 2022

This is a visualisation project of fibonacci sequence

Built with:

1. Java18 
2. SpringBoot in the framework 
3. PostgreSQL Database 
4. HTML, CSS, JavaScript in frontend

Working: (Development Stage)

A users logs in and submits a form with 2 inputs which the are first two numbers of a fibonacci number of atleast 10 numbers. The sequence is the visualised with amimations showing how two previous numbers are added in a fibonacci sequence to make the current number.

Progress

  • Create Database Schema for Users table.
  • Create API Layer and Service Layer and the Data Layer for the Users endpoints.
  • Security configure with SpringBoot Security
  • Create frontend visualisation of fibonacci sequence.
  • Create Authentication System

Features

  • Register
  • Login
  • Fullscreen mode
  • User Input of tworandom numbers
  • Desired Output of Fibonacci series

Run Locally

Clone the project

  git clone https://github.com/ThefriendlyNeighbourhoodCoder/fibonacciSequence.git

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run start

Feedback

If you have any feedback, please reach out to us at akashpatra0412personal@gmail.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published