Muhammad Sadiq
@Muhammad_SJC
This is just a draft, so I won't talk much about it. But more things like levels and scores are coming up!
The target is to slingshot and drop all of
HTML, CSS, JS
This is just a draft, so I won't talk much about it. But more things like levels and scores are coming up!
The target is to slingshot and drop all of
HTML, CSS, JS
This is just a draft, so I won't talk much about it. But more things like levels and scores are coming up!
The target is to slingshot and drop all of
HTML, CSS, JS
This is an online IOS experience, and it is not responsive. Zoom out of your browser unit the phone is fully visible. The apps are custom-designed to
HTML, CSS, JS
The template for this project was provided from @rafrafraf On his "Remaking IOS from scratch" post. This is not affiliated with Apple or any entity th
HTML, CSS, JS
The template for this project was provided from @rafrafraf On his "Remaking IOS from scratch" post. This is not affiliated with Apple or any entity th
HTML, CSS, JS
GURUROSTA Having the ability to develop software is very cool. I'm thinking of doing something similar in my spare time, too. I used to turn to a development specialist for hipaa compliant laboratory software, but now this topic has become so interesting to me that I want to try to do something myself. What do you think about it? Is it better to figure it out yourself or hire specialists?10 months ago
The template for this project was provided from @rafrafraf On his "Remaking IOS from scratch" post. This is not affiliated with Apple or any entity th
HTML, CSS, JS
This website is not yet complete. Also, this is only available for desktop, so I recommend opening the repl in the console.
Recently I was working on
HTML, CSS, JS
TheJamCoder @Muhammad_SJC-The buttons don't work but its cool. Make the buttons work and make it a nice website2 years ago
Whippingdot um i think you are new to the community but coder100 has that many cycles cause he answers questions, not cause he is very good at coding2 years ago
#The website is not complete: read below
Recently, I have been working on creating an agency website. This website is very professional and I have sp
HTML, CSS, JS
If you have a look at this YouTube video: https://www.youtube.com/watch?v=JCOGwFoQEQs&t=39s
it will show you a really cool effect. But I tried that ef
Wumi4 You haven't linked the CSS file to the HTML file yet. So it doesn't show anything. Put this inside the head tag:
Note that style.css is the file that you contain your CSS.2 years ago
Muhammad_SJC P.S. I cannot share the repl right now because it is currently getting coded.2 years ago
I used ejs and js to make this video calling app, but for some reason I can't see the result. Please if you know about npm your help will be appreciat
EpicGamer007 you see. you removed index.js, that is the starting file. because you did that, repl is throwing an error because when you press the run button, it is looking for index.js, which is not there. what you should do is configure the run button. create a file and name it .replit then type in run="node zoom-clone/server.js" and then it should work2 years ago
If you try to run this repl and open the console, you will see that it says that run() is not a function even when I defined it. Can anyone tell me wh
Coder100 Try attaching eventListeners instead.
document.querySelector("...").addEventListener(...)
working repl here2 years ago
AloeBest Put this near the TOP of the code:
function run() {
document.getElementById("coder").innerHTML = "";
document.getElementById("coder").innerHTML = document.getElementById("code").value;
return false
}
`2 years ago
Announcement
Latest new feature: App style changed and notifications system added.
Also, click here (https://repl.it/talk/share/Working-HTML-Calculat
HTML, CSS, JS
I have worked on this app for a very long time (okay, maybe not that long) but it looks pretty good. All the updates are in the app as well as:
Notifi
HTML, CSS, JS
Recently I was working on a chatting app, and when I thought I was done with it, I was stuck with doing nothing (The link for the app: https://repl.it
HTML, CSS, JS
Muhammad_SJC If you want to work with me to create more apps and finally the OS, then comment down below and I will invite you to my multiplayer!
(But you have to be good @ HTML, CSS and JS)2 years ago
So recently I have mastered this new trick on how to edit a website like a text document and then finish editing.
1) Select abnd drag piece of code i
Muhammad_SJC Could all of you do me a favour and check out my social media chatting app? Please give an upvote!
https://repl.it/talk/share/Working-Social-Media-Chatting-App/553822 years ago
DynamicSquid Oh that's pretty neat! Could you stop using big letters though lol? Also how does it work?2 years ago
I am currently working on a chatting app using HTML, CSS, and JS. But when I was working on a DateTime feature to show when a message was sent. It doe
HTML, CSS, JS
I have been working on a chatting app recently and it works really well. But it is missing some key convenience features such as clearing the message
HTML, CSS, JS
Coder100 You can change .value:
document.getElementById("message").value = "";
So, your code is now:
function sendMessage() {
var messages = document.getElementById("messages");
var message = document.getElementById("message").value;
message.innerHTML="hello";
firebase.database().ref("messages").push().set({
"sender": myName,
"message": message
});
scrldown()
document.getElementById("message").value = "";
return false; // btw you don't need this
}
`2 years ago
mwilki7 I was able to empty it by doing:
document.getElementById("message").value = '';
`2 years ago
Announcement
Latest new feature: the style of the app has been changed and a report button has been added.
Also, click here (https://repl.it/talk/sha
HTML, CSS, JS
TofuDaSoybean @Muhammad_SJC How can you make a separate private server or a server that's separate from the Public one for this?
2 years ago
Recently, I have been working on a chatting app, and as you can see it works pretty well. But recently I am stuck with a problem. I want the screen to
HTML, CSS, JS