Skip to content

Commit 355def7

Browse files
Changed some HTML in README.md for markdown
1 parent d6347ed commit 355def7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
<u><h1>SignUp + LogIn FORM</h1></u>
1+
# SignUp + LogIn FORM
22

33
This is my _first_ **FULLSTACK** project 💻
44

5-
<u><h3>Description:</h3></u>
5+
### Description:
66

77
It's a signup and login web (with password and email **validation** in both **frontend and backend**):
88

99
* The web **automatically validates** the password in a dynamic way in the /signup page and in the /profile/edit page. If the validation isn't completed the user can't send the data.
10-
<center><em><u>Before validation:</u></em></center>
10+
**_Before validation:_**
1111

1212
![Photo can't be loaded.](https://imgur.com/W4cIEhC.jpeg)
1313

14-
<center><em><u><b>After validation:</b></u></em></center>
14+
**_After validation:_**
1515

1616
![Photo can't be loaded.](https://imgur.com/Rng7VxJ.jpeg)
1717

@@ -29,7 +29,7 @@ It's a signup and login web (with password and email **validation** in both **fr
2929
* The project has more small details that you can check for yourself.
3030
* Feel free to contact me on Twitter if you want to talk about this project or something else: [My twitter.](https://twitter.com/SergioAstGonz)
3131

32-
<u><h3>Things to do before trying out the project:</h3></u>
32+
### Things to do before trying out the project:
3333

3434
1. **Install MySQL** in your computer.
3535
2. Use the command `npm i` to install all the necessary node modules.
@@ -44,21 +44,21 @@ It's a signup and login web (with password and email **validation** in both **fr
4444

4545
Once you did all this you can **start using the project** with no problems.
4646

47-
<u><h3>Technologies used:</h3></u>
47+
### Technologies used:
4848

4949
* **Handlebars** (_HTML_)
5050
* **SaSS/ScSS** (_CSS3_)
5151
* **JS** (_with ES6 features_)
5252
* **Node.JS**
5353
* **MySQL** (_SQL_)
5454

55-
<u><h3>Libraries/frameworks:</h3></u>
55+
### Libraries/frameworks:
5656

5757
* **FontAwesome** for the icons.
5858
* **SweetAlert2** for the alerts.
5959
* **NormalizeCSS** for adapting the webpage to all browsers.
6060

61-
<u><h3>Node.JS modules used for development:</h3></u>
61+
### Node.JS modules used for development:
6262

6363
* Express.
6464
* Express-mysql-session

0 commit comments

Comments
 (0)