- The project is aim is to build simple calculator site using JS, HTML and CSS. The project will be developed by using branches and project board on GitHub.
- Write initial, basic README
- Create project board
- Assign issues according to agreed dev strategy
- Turn on GitHub Pages
- generate reposirty called Calculator-Refactor
- Create boilerplate index.html
- Create project board
User can see the forms for input a selection option and a button for calculation
DOM
- Create an element for the form
- Create an element for the selection option
- Create a button element
- Add classes for styled elements
STYLES
- Create styles for the form and inputs
user can see an activated input places for the calculation
- Create a function that adds,subtracts,multiplies and divides
- Create testing for the function
- Create a
calculateHandlerthat receives the users information and does the calculation.
- Require and apply the
script/..jsfiles
A user can use a well-styled page
STYLES
- Create a style for the background
The user can use the calculator and see the result
- Create a
clicklistener for the button element
- Style the output on the html
- style the output on the css
The user can see a writen development strategy
- All bugs and errors were fixed
REF.
-
Validate code to check for any last mistakes