mannoeu / numbers_game

Probrain front-end vacancy challenge πŸ‘¨β€πŸ’»

Home Page:https://challenge-probrain.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Challenge

You must create a simple application, with 4 different implementation of β€œNumbers” using HTML, Sass and JavaScript, and a Jsfiddle tool. The user must have an option to choose between the 4 implementations (versions of the game), enter a number from 1 to 1000. Your application, then, must display the result of all implementations to the user. For this task, you must use at least two of the SOLID principles.

1 - Even or odd.

2 - Prime number or not.

3 - Show if the number exists in the Fibonacci sequence.

4 - Show the sequence of numbers where multiples of 4 use the word β€œpin”.

How to run

Navigate to the root of the project and install the dependencies

npm install or yarn 

Runs the app in the development mode.

npm run dev or yarn dev

Open http://localhost:1234 to view it in the browser.

About

Probrain front-end vacancy challenge πŸ‘¨β€πŸ’»

https://challenge-probrain.netlify.app/


Languages

Language:JavaScript 55.9%Language:SCSS 27.5%Language:HTML 16.6%