I want to create an app like Facebook or Whatsapp how can I start
App creation from scratch
App creation from scratch
0
SmartJude
#3
Knew about some programming language like HTML,Ruby,Css but not yet a pro in all still learning JavaScript and Java
BenGitter
#4
If you can do the advanced back end projects from fCC, you should be able to copy the basic functionality of facebook (posting stuff / liking / commenting). Whatsapp is something entirely different since it requires real-time communication.
JacksonBates
#6
Just in case you haven’t seen it, here is the freeCodeCamp (FCC) curriculum:
Work your way through this, using other resources and the forum as you need them.