- 1

How do you make a website that can make an account using html/css/ JavaScript?

Please help

7th May 2022, 2:47 PM
Chimuka Moonga
Chimuka Moonga - avatar
8 Answers
+ 2
Please do not re-post the same question. What kind of account? https://www.sololearn.com/Discuss/3029170/?ref=app
7th May 2022, 2:49 PM
Lisa
Lisa - avatar
7th May 2022, 4:30 PM
JaScript
JaScript - avatar
+ 1
An account like a social media account
7th May 2022, 2:54 PM
Chimuka Moonga
Chimuka Moonga - avatar
+ 1
So you want to make a site that creates a Facebook account? Or do you want to create an own social media platform?
7th May 2022, 3:53 PM
Lisa
Lisa - avatar
+ 1
A social media like website
7th May 2022, 3:55 PM
Chimuka Moonga
Chimuka Moonga - avatar
+ 1
While you can make a website that does this, you can’t with just vanilla html/css/js. It is important to note that you will need a backend (a server ans database) to save the accounts. You can also use companies like microsoft or google for authentication that you can use there login as yours, and you dont have to build your own login. But you will still need a backend. I would recomend looking at python, nodejs, or php as a backend that is easy to use. I personally use python with Flask (a python web library) to accomplish things like this. But if you know any other languages you can use them too. As long as they have some way of hosting a webserver and connecting to it. Hope this helps
9th May 2022, 2:36 PM
Dev-117
Dev-117 - avatar
0
Hey guys help me
7th May 2022, 2:49 PM
Chimuka Moonga
Chimuka Moonga - avatar
0
Chimuka Moonga You have to learn backend web development for that. You could choose one of PHP, Django (a Python library), nodejs (JavaScript backend) or Ruby on rails. There are a lot of other options out there. Explore Google and pick your choice.
9th May 2022, 10:39 AM
Samuel Adepoju
Samuel Adepoju - avatar