Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
100% found this document useful (1 vote)
6K views

Mini Project Synopsis: On Web Development

This document provides an overview of a mini project on web development. It will create a website that allows users to easily generate professional resumes and portfolios by entering personal information into a form. The site will use React.js for the frontend, Django for the backend, and allow users to store, edit, and search profiles. It aims to simplify the resume creation process and provide a storage solution for job seekers.

Uploaded by

Kalam Singh
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
6K views

Mini Project Synopsis: On Web Development

This document provides an overview of a mini project on web development. It will create a website that allows users to easily generate professional resumes and portfolios by entering personal information into a form. The site will use React.js for the frontend, Django for the backend, and allow users to store, edit, and search profiles. It aims to simplify the resume creation process and provide a storage solution for job seekers.

Uploaded by

Kalam Singh
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 11

MINI PROJECT SYNOPSIS

ON WEB DEVELOPMENT

Under the guidance of: Submitted by:


Dr. Bhumika Gupta Abhishek Kumar (180201)
Associate Professor Adarsh Maindola (180204)
(Computer Science Aditya Dhaulakandi (180205)
And Engineering Department ) Aniket Pant (180208)
INTRODUCTION
Web development is the work involved in developing a Web Site for the internet or an intranet. Web
development can range from developing a single static page of plain text to complex web application,
electronic business and social networking services.
A more comprehensive list of tasks to which Web development commonly refers, may include Web
engineering, Web design, Web content development etc. Over the past ten years, the internet has evolved
from a hypertextual information system offering static information to a marketplace for the buying and
selling of goods, and services and to a widely used infrastructure for the development and hosting of software
application within an enterprise.
Thus over the time, the internet has moved from practically static page content to dynamically-generated
programs running on web servers. Intranet is a private network that uses web technology and that can be
accessed only by authorized persons, usually members or employees of that organization.
WORKING AND STRUCTURE OF A WEB-APP
• The browser requests and displays information.
• Browsers make requests of servers, then servers process those request based on a set of rules
• On the server, a web server software processes the requests and return the information. to client.

STRUCTURE :
• A HTML file: These are ASCH text files. Most sites will have many HTML files. These HTML files
may also include client-side scripting (usually JavaScript)
• Image files(optional) : There are two file formats that are supported by all browsers (GIF and JPG)
• Object files(optional): Files that require a higher application or plugin. Ex- Sound files, video files,
java files etc.
• Server-side script(optional): programs for accessing server-based resources such as database.
Typically ASP, ASP.NET, JSP, etc.
RELATIVE WORK DONE
The Web was publicly announced (via a posting to the Usenet newsgroup alt.hypertext) on August 6, 1991.
The very first website was 100% text-based. Just two years after the launch of the World Wide Web, we
got introduced to ALIWEB! ALIWEB (Archie Like Indexing for the WEB) is considered to be the first
Web search engine. In 1995 JavaScript was launched and helped designers overcome the limitations of
static HTML by allowing them to bring some motion to the web.
The internet in 1998 started to look a little more like the internet we see today. Google Beta went live on
September 4, 1998.
Up until the year 2000, website design was much more of a technical field handled by company IT
departments. In 2003 that all changed. WordPress, which is now the world's leading content management
system (CMS), was launched in 2003. In 2006 Facebook went public and altogether changed social media
and how the public used the Internet.
Mobile devices and smart phones have changed the way people use and think about the web. In 2007,
most sites were not "mobile-friendly" by any standard. On June 29, 2007 the first iPhone was released
ushering in a new era of web design.
BREIF INTRODUCTION OF THE PROJECT
THE PROBLEM ? THE SOLUTION
Daily thousands of people creates profiles and So we decided to minimize this problem. First,
upload their resume. Almost all the companies we create a website where people can upload
have online job portal sites where people have their information and then the website will
to upload their resume. create a professional resume/portfolio based
So, people has to spend a lot of time to create on the user information.
the profile and many a times a resume lacks the We’ll provide the feature to edit the details in
professional touch to it, moreover once the future, a search filter functionality to filter the
people create their profile on job portals, they resumes based on specific keywords so that the
receive lots of job ads but only few of them are person seeing the resume can easily search for
relevant to the person. the thing he is looking into it.
TECHNOLOGIES USED
A website basically has 2 parts namely Frontend and the Backend.
Frontend handles what the user sees and how the user will interact with the different components of the
application. On the other hand, the backend is mainly focused on handling data and computations at the
server-side.
In this project we shall use:
FRONTEND – React.js, Bootstrap, Html and CSS BACKEND – Django framework
Html & CSS - HTML and CSS are just page structure and style information.
React.js – It is an open-source frontend framework that is based on JavaScript, developed by Facebook,
and best known for its virtual DOM feature.
Bootstrap - It's open-source and free to use, yet features numerous HTML and CSS templates for UI
interface elements such as buttons and forms.
Django - Django is a high-level Python Web framework that encourages rapid development and clean,
pragmatic design. It takes care of much of the hassle of Web development, so you can focus on writing
your app without needing to reinvent the wheel.
CREATE PORTFOLIO IN 3 EASY STEPS
 Step 1: Create an account using email and login

 Step 2: Enter Your Information Using A form

 Step 3: Done!! Now you’ve a portfolio of your own!


FEATURES AND BENEFITS
• The simplest, most effective tool for resume writing, specifically designed for the non-
writer.

• Professional look : Inexperienced applicants can produce professional-looking resumes


easily by picking a resume style and format you like.

• Storage Facility: User has an account to hold the resume.

• Editing Feature: Manage Your Profile and Documents easily and remain updated.

• Easy Navigation
REFERENCES
o https://en.wikipedia.org/
o https://www.w3schools.com/
o https://stackoverflow.com/
o https://resumebuilder.com/
o https://www.slideshare.net/
o https://developer.mozilla.org/en-US/
THE END

You might also like