-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathecommercesite.html
289 lines (274 loc) · 9.78 KB
/
ecommercesite.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>Portfolio Details</title>
<meta content="" name="description" />
<meta content="" name="keywords" />
<!-- Icons -->
<link href="assets/img/icon_website.png" rel="icon" />
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
/>
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet"
/>
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet" />
<link
href="assets/vendor/bootstrap/css/bootstrap.min.css"
rel="stylesheet"
/>
<link
href="assets/vendor/bootstrap-icons/bootstrap-icons.css"
rel="stylesheet"
/>
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet" />
<link
href="assets/vendor/glightbox/css/glightbox.min.css"
rel="stylesheet"
/>
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet" />
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet" />
<link href="taskapp/style.css" rel="stylesheet" />
</head>
<body>
<!-- ======= Mobile nav toggle button ======= -->
<i class="bi bi-list mobile-nav-toggle d-xl-none"></i>
<!-- ======= Header ======= -->
<header id="header">
<div class="d-flex flex-column">
<div class="profile">
<img
src="assets/img/profile-img.jpg"
alt=""
class="img-fluid rounded-circle"
/>
<h1 class="text-light"><a href="index.html">Joshua Madero</a></h1>
<div class="social-links mt-3 text-center">
<a
href="https://github.com/joshuaxdmb/"
target="_blank"
class="instagram"
><i class="bx bxl-github"></i
></a>
<a
href="https://www.linkedin.com/in/joshua-madero/"
target="_blank"
class="linkedin"
><i class="bx bxl-linkedin"></i
></a>
</div>
</div>
<nav id="navbar" class="nav-menu navbar">
<ul>
<li>
<a href="index.html" class="nav-link scrollto"
><i class="bx bx-home"></i> <span>Home</span></a
>
</li>
<li>
<a href="vscode-extension.html" class="nav-link scrollto"
><i class="bx bx-code"></i>
<span>VS Code Extension</span></a
>
</li>
<li>
<a href="cbc-tv-game.html" class="nav-link scrollto"
><i class="bx bx-tv"></i>
<span>CBC News Trivia Game</span></a
>
</li>
<li>
<a href="party-playlist-votes.html" class="nav-link scrollto"
><i class="bx bxl-spotify"></i>
<span>Party Playlist Voting App</span></a
>
</li>
<li>
<a href="ecommercesite.html" class="nav-link scrollto active"
><i class="bx bxl-amazon"></i>
<span>Complete Ecommerce Site</span></a
>
</li>
<li>
<a href="uber-clone.html" class="nav-link scrollto"
><i class="bx bx-map-alt"></i> <span>Uber Clone</span></a
>
</li>
<li>
<a href="chat-app.html" class="nav-link scrollto"
><i class="bx bx-brain"></i>
<span>ChatGPT Integration</span></a
>
</li>
<li>
<a href="sinventory.html" class="nav-link scrollto"
><i class="bx bx-package"></i> <span>Sinventory</span></a
>
</li>
<li>
<a href="instaplace.html" class="nav-link scrollto"
><i class="bx bx-landscape"></i> <span>Instaplace</span></a
>
</li>
<li>
<a href="simongame.html" class="nav-link scrollto"
><i class="bx bx-dice-4"></i> <span>Simon Game</span></a
>
</li>
<li>
<a href="prop.html" class="nav-link scrollto"
><i class="fa-solid fa-plane"></i>
<span>Propeller Design Generator</span></a
>
</li>
</ul>
</nav>
<!-- .nav-menu -->
</div>
</header>
<!-- End Header -->
<main id="main">
<!-- ======= Breadcrumbs ======= -->
<section id="breadcrumbs" class="breadcrumbs">
<div class="container">
<div class="d-flex justify-content-between align-items-center">
<div class="portfolio-page-title">
<h2 class="app-title">Complete Ecommerce Website</h2>
<a
href="https://github.com/joshuaxdmb/ecommerceTorontoTech/tree/pagewithcart"
class="github-logo bx bxl-github"
target="_blank"
></a>
</div>
<ol>
<li><a href="index.html">Home</a></li>
<li>Software Portfolio</li>
</ol>
</div>
</div>
</section>
<!-- End Breadcrumbs -->
<!-- ======= Portfolio Details Section ======= -->
<div id="heroku-taskapp-container" class="d-flex col-lg-12 col-md-12">
<iframe
height="100%"
width="100%"
src="https://www.youtube.com/embed/TBaOmXtylLQ"
title="Ecommerce Website Demo Video"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
className="d-flex"
></iframe>
</div>
<div class="soft-container">
<div class="row">
<div class="col-lg-3">
<h2>Description:</h2>
</div>
<div class="col-lg-9">
<p style="text-align: left">
I am starting an Amazon store with one of my friends, and we need
a website. Wether or not we will need an ecommerce site is still
unclear, but making one seemed like a practical and fun
project!<br /><br />This MERN (MongoDB, Express, React, Node) site
has all the features we may need to show and sell products online.
This is what users can do:
</p>
<ul>
<li>Add products to the cart</li>
<li>Create an account or sign in</li>
<li>Pay and place an order</li>
<li>Review previous orders</li>
<li>Update their profile information</li>
<li>View product information</li>
</ul>
<p>Admins can also:</p>
<ul>
<li>Do the same as any other user</li>
<li>Add products to the site</li>
</ul>
<p>
Images are stored in an AWS S3 bucket, and product data is stored
in MongoDB.<br /><br />You can visit the app hosted in Heroku
<a
target="_blank"
href="https://ecommerce-mern-demo-joshua.herokuapp.com/"
>here.</a
>
</p>
</div>
</div>
<div class="row">
<div class="col-lg-3">
<h2>Languages:</h2>
</div>
<div class="col-lg-9">
<p style="text-align: left">JavaScript, HTML, CSS</p>
</div>
</div>
<div class="row">
<div class="col-lg-3">
<h2>Frameworks:</h2>
</div>
<div class="col-lg-9">
<p style="text-align: left">NodeJS, React</p>
</div>
</div>
<div class="row">
<div class="col-lg-3">
<h2>Platforms:</h2>
</div>
<div class="col-lg-9">
<p style="text-align: left">Web</p>
</div>
</div>
<div class="row">
<div class="col-lg-3">
<h2>Tools:</h2>
</div>
<div class="col-lg-9">
<p style="text-align: left">MongoDB, AWS S3, Heroku</p>
</div>
</div>
</div>
<!-- End Portfolio Details Section -->
</main>
<!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<div class="copyright">
© Copyright
<span>Joshua Madero 2025 (adapted from iPortfolio)</span>
</div>
</div>
</footer>
<!-- End Footer -->
<a
href="#"
class="back-to-top d-flex align-items-center justify-content-center"
><i class="bi bi-arrow-up-short"></i
></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/typed.js/typed.min.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>