Anyone can give me a brief through Web App development?
Planning to make a website or web app using Django. Can anyone get me through how it works and what requirements are needed? I mean like specific skills or sth else needed inside. Pls help me !!!
I only know the work structure: https://orangesoft.co/blog/9-tips-on-how-to-choose-the-best-app-developer.Work with the customer begins with filling out a brief in which the customer states his wishes regarding the visual presentation and structure of the site, points out errors in the old version of the site, gives examples of competitor sites. Based on the brief, the manager draws up a technical task, considering the possibilities of software and design tools. The stage ends after the approval of the terms of reference by the customer. It is important to note right away that the stages of website design depend on many factors, such as the size of the site, functionality, tasks that the future resource should perform, and much more.
I recommend not to use Django, especially for a beginner or small application.
Things you will need:
@xfinnbar ty for the advice. Is flask easy to use? And do I have to use database? Cuz I am planning to make a Web app for the 4 calculators I have coded with my partner.
1)bmi calculator
2)normal calculator
3)qiadratic calculator
4)conversion calculator
These 4 are all easy n simple ones. And do u mind explaining those framework u mentioned?
@JW2005 For something like that, it doesn't even require a server, so you'll be fine with a HTML repl. You'll need to learn HTML, CSS and JS, but they aren't very difficult to get started with. HTML describes the content of your page, CSS describes the look and JavaScript describes functionality. Learn them here: https://www.w3schools.com/html/default.asp
@xfinnbar I am using python now. So I still need jss? Cuz I know html and css r essential for the Web page or Web app.
If you want functionality, you need JavaScript as it is the only language that can run inside the browser. @JW2005
@xfinnbar omg... So I have to learn any language for running browser? This is going to be [ redacted by moderators for profanity ]. But I have finished coding the 4 calculators with python. So how should i make it into js? Or just remain the pytho thing and use js to do sth that can let python operate?
@JW2005 JavaScript is pretty easy to get started with, you'll not have trouble learning it, especially for building a calculator. JavaScript is conceptually similar to Python in a lot of ways so you shouldn't find it too difficult to port it over.
@xfinnbar alright. Ty.