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
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.
- 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
- Register
- Login
- Fullscreen mode
- User Input of tworandom numbers
- Desired Output of Fibonacci series
git clone https://github.com/ThefriendlyNeighbourhoodCoder/fibonacciSequence.git
cd my-project
npm install
npm run start
If you have any feedback, please reach out to us at akashpatra0412personal@gmail.com