Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
### Install project
1. Clone the challenge from [Github](https://github.com/Solvit-React/html-css-js-basics.git)
2. Install node on your computer
3. run `npm run dev` in the project folder
3. run `npm install` in the project folder to add dependencies
4. run `npm run dev` in the project folder

### Project setup
1. Write all your markup in the already created index.html file.
Expand All @@ -16,4 +17,4 @@
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.
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.