- Clone the challenge from Github
- Install node on your computer
- run
npm run dev
in the project folder
- Write all your markup in the already created index.html file.
- Write all your styles in the already created style.css file.
- Write all your Javascript in the already created main.css file.
- Write a JavaScript function that takes in an array of numbers and returns the sum of all the numbers in the array.
- Write a JavaScript function that takes in a string and returns the string with all vowels removed.
- Create a simple form that includes two text inputs and a submit button.
- Style the page from challenge 3 using CSS, including changing the border, text color, and background color to make the form to look nicer.
- When the submit button is clicked, the form should be submitted and the sum of the values of the text inputs should be displayed on the page. Only numbers should be accepted in the text inputs.