Project aims to create a pop-shift functions using without JavaScripts own methods
Pop-Push (folder)
|
|----readme.md
|----index.html
|----style.css
|----app.js
Make a Pop-Shift Page as in the sample designs.
-
User stories;
- When I click one botton to select, the other one have to be hidden for show and use the selected method.
- When I click button add, it has to be add the numbers to bottom.
- When I click button Shift or Pop, method has to be work corretly.
-
HTML
-
CSS
-
JS
-
Step 1: Create project folder for local public repo on your pc
-
Step 2: Create JS code for Pop-Shift Method
Part-1 HTML Structure
- Creat structure of the HTML5
- Give name of your project (title)
- Create the main structure of the HTML
Part-2 CSS Structure
- Set a background
- Define others color-size-padding etc...
Part-3 JS Structure
- Create code for Pop-Shift Method : User should select, add and sort numbers
-
Step 3: Push your application into your own public repo on Github
-
Step 4: Deploy your application on Github template to showcase your app within your team.