Skip to content

Solvit-React/html-css-js-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML, CSS and JS basics challenge.

Install project

  1. Clone the challenge from Github
  2. Install node on your computer
  3. run npm run dev in the project folder

Project setup

  1. Write all your markup in the already created index.html file.
  2. Write all your styles in the already created style.css file.
  3. Write all your Javascript in the already created main.css file.

Challenges

  1. Write a JavaScript function that takes in an array of numbers and returns the sum of all the numbers in the array.
  2. Write a JavaScript function that takes in a string and returns the string with all vowels removed.
  3. Create a simple form that includes two text inputs and a submit button.
  4. Style the page from challenge 3 using CSS, including changing the border, text color, and background color to make the form to look nicer.
  5. 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published