Create Your First Website ( from Scratch )
Create your first website from scratch (for beginners) To give you a proper intuition on how to create a simple website let's dive-in and create a TO-DO List web-app. Programming/Scripting Languages used - We will use HTML and CSS to create front-end and Php with MySQL in back-end of the web-app. We will perform basic CRUD(Create, Read, Update, Delete) operations in this web-app. Tools used - 1 . Xampp - Xampp is an open-source software that provides Apache Server, MySQL database and Php in a single package. There's no need to install ans setup these things seperately. Xampp provides all these technologies in one wrapper. 2. VS-code editor - VS-code editor is a very popular and light-weighted free editor for programming, it supports various programming languages and plug...