You are on page 1of 10

LEARNING WEB DEVELOPMENT

A EXPERIENTIAL LEARNING PROJECT REPORT

Submitted in partial fulfilment of the


requirement for the award of the degree

of

BACHELOR OF TECHNOLOGY (B.Tech)


in
Computer Science and Engineering

by

[Vedansh Maheshwari]
[199301043]

Under the guidance of

[Dr.Priyank Singh Hada]

Department of Computer Science and Engineering


School of Computing and Information Technology
Manipal University Jaipur
Jaipur, Rajasthan
[November/2019]
Table of Contents

1. Introduction

2. Motivation

3. Statement of Problem

4. Scope of Work

5. Methodology of Work

6. Key Learnings / Results / Implementation

7. Conclusion

8. Bibliography / References
INTRODUCTION
Web development is the coding or programming that enables
website functionality, per the owner's requirements. It
mainly deals with the non-design aspect of building websites,
which includes coding and writing markup.
 Html(hypertext markup language)- used to create actual
content like text, images forms etc.
 Css(cascading styling sheet)-used for designing and
styling of website including layout,visual effect and
background colour etc .
MOTIVATION

One thing that fascinates me is that web development ranges


from creating plain text pages to complex web based
applications, social network applications and electronic
business applications. In today’s business environment if you
really want to put your idea out there, this may be the first
line of communication between you and your potential
clients.
So for the same reason I have built a website for a bakery
through which customer can know about the menu and
contact the bakery to order.
STATEMENT OF PROBLEM

I went through the courses in Udemy and Coursera for learning


about web development. These courses not only teaches us about
the html tags but also teaches us how to replicate websites so that
we can have an idea of how to create a new website.
 The complete web development course in Udemy
 Introduction to HTML5 by University of Michigan in Coursera
With the help of these courses I developed a simple website “Home
of Happiness” for a bakery using html and later on added CSS and
php.
SCOPE OF WORK
Scope of work:
The website can be used by any bakery or shop owner after
some small changes in data.
I used Html and CSS to create this website. I am planning to
refine my skills in JavaScript to make it more user friendly
and interactive. I will also be adding a form with a feedback
option using PHP which I am still learning.
METHODOLOGY OF WORK

With the help of Udemy course I first created simple html


page with internal CSS which only had the data I wanted to
put up in the website. Later on I added external CSS to make
it presentable. One of my friend helped me by adding
feedback and order now form using php. Data is stored in
mails. And can be accesses by the bakery owner there.
KEY LEARNINGS

 Some knowledge about how html tags work and where


can we use it
 Knowledge about internal and external CSS.
 How we can link CSS,PHP and other languages to html
CONCLUSION

Till now I have successfully learned how to make a simple


webpage using html and css. After this I will be focusing on
other coding languages like java script , php, etc. And I can let
some bakery owner or a person with similar business to use
this website.
BIBLIOGRAPHY

 www.coursera.com
 www.udemy.com
 www.w3schools.in

You might also like