Community
Old Coder, New Tricks | feat/ Kody Low
Wed Apr 05 2023
Replit 101 Coding Helpline
Wed Apr 12 2023
Old Coder, New Tricks | feat/ Anirban Chatterjee
Wed Apr 19 2023
Explore the Community Hub
FEATURED
TOP GLOBAL TIPPERS
1
JDOG787
110.2K
2
d31337
97.4K
3
CoderGautamYT
35.2K
4
SHADOWMSTD
29.1K
5
vertal
25.5K
0
Sample siteA little practice with HTML and CSS - simple webpage construction and design, utilizing forms and text input, with input restrictions and required fields to prevent form submission if criteria is not met. Click up top to view in Fullscreen.
updates:
Added slight improvements in responsiveness and scaling for mobile.
-Added a second html script that displays a registration confirmation and displays first name, last name, selected race and email after submitting form. To do this I included JavaScript code inside the form submit event listener to store the inputs in localStorage
To do:
-Further improve design
-implement JavaScript
-Create a containerized Linux webserver to host page outside Replit.
-Add server-side functionality to process user input and store data.
18
4
0
0
For loopLearn For Loops and their Expressions
5
1
0
HimanshuKanwal It's a program to print numbers from 1 to 100 and the no. divisible by 3 shows "Fizz" and the no. divisible by 5 shows "Buzz" and the no. which is divisible by both shows "FizzBuzz"3 months ago