Application is meant to run a sequences e.g (Fibonacci Sequence, Factorial Sequence) from generator. Sequences currently are log to the console.
Use this link to see demo https://celebritydeveloper.github.io/sequencer-app/
In the cause of building this app a time tracking tool was used to track the timing of the project. https://toggl.com/app/projects/3140214/edit/148472225
- Nodejs
- npm or yarn package manager
Pull repository to your local machine using https://github.com/celebritydeveloper/sequencer-app.git or download zip using the clone or download above.
- Using command line
cd into the directory
- Run the following command
npm start
oryarn start
- Note: You must install boostrap using the exact version you see in the example command
npm install [email protected]
This project is licensed under the MIT License - see the LICENSE.md file for details