Burger Builder
Burger Builder
Bangalore,Karnataka
AN INTERNSHIP REPORT
ON
Exposys Data Labs Aims To Solve Real World Business Problems Like
Automation, Big Data And Data Science. Our Core Team Of Experts In Various
Technologies Help Businesses To Identify Issues,Oppurtunities And Prototype
Solutions Using Trending Technologies Like AI, ML, Deep Learning And Data
Science. We Follow A Human-Focussed And Not Technology Driven Approach
To Achieve Success In Our Clients Endeavours.
digital marketing
While machine learning is based on the idea that machines should be able to learn
and adapt through experience, AI refers to a broader idea where machines can
execute tasks "smartly." Artificial Intelligence applies machine learning, deep
learning and other techniques to solve actual problems.
A full stack developer is a web developer or engineer who works with both the
front and back ends of a website or application—meaning they can tackle projects
that involve databases, building user-facing websites, or even work with clients
during the planning phase of projects.
Table of Contents
Contents .pageno
Table of Contents I
About 4
Tools used 5
Implementation 6-20
Snapshots 21-23
Biblography 24
OVERVIEW
Builder – This abstract base class defines all of the steps that must be taken
in order to correctly create a product. Each step is generally abstract as the
actual functionality of the builder is carried out in the concrete subclasses.
The Get Product method is used to return the final product.
TOOLS USED
Software Requirements
• Google Chrome
Hardware Requirements
IMPLEMENTATION
APP COMPONENT:
import "./App.css";
function App() {
return (
<>
<Home />
<MainComponent/>
<Footer />
</>
);
MainComponent:
return {
token : state.token,
userId : state.userId,
};
return {
useEffect(() => {
props.auth_check()
},[]);
routes = (
<Routes>
</Routes>
}else{
routes = (
<Routes>
</Routes>
return (
<div>
<Header></Header>
{routes}
</div>
);
};
Home
import Navbar from "./Navbar";
return (
<>
<Navbar />
<Featured />
<Burger />
</>
);
};
export default Layout;
FOOTER:
return (
<div className={styles.item}>
</div>
<div className={styles.item}>
<div className={styles.card}>
<h2 className={styles.motto}>
</h2>
</div>
<div className={styles.card}>
<h1 className={styles.title}>FIND OUR
RESTAURANTS</h1>
<p className={styles.text}>
</p>
<p className={styles.text}>
</p>
<p className={styles.text}>
</p>
<p className={styles.text}>
</p>
</div>
<div className={styles.card}>
<p className={styles.text}>
</p>
<p className={styles.text}>
SATURDAY - SUNDAY
</p>
</div>
</div>
</div>
);
};
SNAPSHOTS
BIBLIOGRAPHY
https://www.w3schools.com
https://www.freefrontend.com
https://www.youtube.com
https://css-tricks.com