DEV Community

Robson Muniz
Robson Muniz

Posted on

 

🎬Login & Registration Form Using HTML & CSS & JS✨

Hey Devs, today we're going to make an awesome login and registration form with sliding animation just by using HTML and CSS and little bit of JavaScript.



🏆 Recommended Projects 🏆
🎬 Neumorphism Login Form | HTML & CSS
https://youtu.be/QWh0S-3D7uY
🎬 Animated Sidebar Menu with HTML & CSS
➤ Watch: https://youtu.be/QPZrQ_xPVs4
🎬 Amazing Social Media Buttons Hover Effects | HTML & CSS
https://youtu.be/P9pi4hq7BBA
🎬 Animated Login Form | HTML, CSS & JavaScript
➤ Watch: https://youtu.be/ogNwc45qHKo
🎬 Slider Sign In / Sign Up Form | HTML CSS Vanilla JS
➤ Watch: https://youtu.be/Wz5THk0-Y1s


🛴 Follow me on:
👉https://www.facebook.com/WebdevMadeEasy


Top comments (5)

Collapse
 
ukaegbugreatjnr profile image
Ukaegbu Great Jnr

Nice

Collapse
 
robsonmuniz16 profile image
Robson Muniz

Hey Dev, I'm glad you liked it!!

Collapse
 
ukaegbugreatjnr profile image
Ukaegbu Great Jnr

You ve got inspirational content

Collapse
 
ajioz profile image
Sunday Ajiroghene

Nice, I love this tutorial.

Many thanks

Collapse
 
robsonmuniz16 profile image
Robson Muniz

Hey DEV, I am glad you liked it!

11 Tips That Make You a Better Typescript Programmer

typescript

1 Think in {Set}

Type is an everyday concept to programmers, but it’s surprisingly difficult to define it succinctly. I find it helpful to use Set as a conceptual model instead.

#2 Understand declared type and narrowed type

One extremely powerful typescript feature is automatic type narrowing based on control flow. This means a variable has two types associated with it at any specific point of code location: a declaration type and a narrowed type.

#3 Use discriminated union instead of optional fields

...

Read the whole post now!