Skip to content
Sign UpLog In

Community

#webDesign
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
Explore the Community Hub
FEATURED
jeff
Announcing Ghostwriter Chat
AutoModeration
Welcome to Replit Community
TOP GLOBAL TIPPERS
1
JDOG787
JDOG787
110.2K
2
d31337
d31337
97.4K
3
CoderGautamYT
CoderGautamYT
35.2K
4
SHADOWMSTD
SHADOWMSTD
29.1K
5
vertal
vertal
25.5K
TOP TAGS
#games
#apps
#python
#javascript
#html
#fun
#game
#simple
#python3
#java
#cpp
#bash
GodCodeEnabled
GodCodeEnabled
published a Repl
1 month ago
0
Sample site
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.
shashankgsharma
shashankgsharma
Is this included in the #100DaysOfPython course?1 month ago
HimanshuKanwal
HimanshuKanwal
published a Repl
3 months ago
0
For loop
For loopLearn For Loops and their Expressions
HimanshuKanwal
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