Putting hands to work
I started learning online from different resources available. I got to know that HTML, CSS, and JavaScript are mostly used to build a basic website so I starting learning them and build a simple web page at starting and then I tried to improve it. As my friend is good with design, he guides me on how we can improve our UI. He also starts to learn so that he can directly work on it and after all this, we are missing one important thing to give the functionality to our website we don’t want a static website we want that all the book details should be stored in a database and out website should fetch data from there, so I started finding out how can we do it.
Then I got to know that we need to develop the backend for our website to make our website dynamic so now I need to start with backend as my friend is working on the UI. I found that PHP is an Object-Oriented Language and it is used for developing backend, I started learning it and started with adding basic functionality also started with the MySQL database. With all this finally, we have developed our first website.
It is very exciting for me that I finally made what I thought although it was not completed some issues need to fix but we have created a base for our website. And up to this point, I have learned a lot of things which are important to me.