Mini Project Synopsis: On Web Development
Mini Project Synopsis: On Web Development
ON WEB DEVELOPMENT
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
• 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