Skip to content

Philip #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 52 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
9709f03
Update README.md
faizanx168 Oct 20, 2023
1e34706
Update milestone1.md
faizanx168 Oct 20, 2023
aef93cf
Update README.md
faizanx168 Oct 20, 2023
9cd1a81
Update milestone1.md
faizanx168 Oct 20, 2023
74b3660
Update milestone1.md
faizanx168 Oct 20, 2023
0d6a51c
Update backend features for README.md
philipjpark Oct 21, 2023
a0e7c20
Update frontend and custom features README.md
philipjpark Oct 21, 2023
23e4e51
Update user_stories.md
philipjpark Oct 21, 2023
fa5f6bd
Update milestone1.md
philipjpark Oct 21, 2023
c3e06b3
Update README.md
philipjpark Oct 21, 2023
91b90ed
Update user_stories.md
philipjpark Oct 21, 2023
20c978d
Update Features Part of the README.md
philipjpark Oct 21, 2023
34e27fe
Update 10 distinct user_stories.md
philipjpark Oct 21, 2023
e0fe43d
Update README.md
philipjpark Oct 21, 2023
b889a95
Update README.md
philipjpark Oct 22, 2023
f609c8f
Update milestone2.md
faizanx168 Oct 27, 2023
0d91069
Update milestone2.md
faizanx168 Oct 27, 2023
66f594a
Update entity_relationship_diagram.md
faizanx168 Oct 27, 2023
df5df2b
Update Home Page wireframes.md
philipjpark Oct 27, 2023
faf2ffa
Update Sneakers Page and Sneaker Details Page wireframes.md
philipjpark Oct 27, 2023
1a8f835
Add files via upload
philipjpark Oct 28, 2023
50faeb1
Update milestone3.md
philipjpark Nov 3, 2023
62000a2
first commit with basic project structure
faizanx168 Nov 3, 2023
f90d9af
first commit
faizanx168 Nov 3, 2023
e312c58
first commit
faizanx168 Nov 3, 2023
a4cc306
Merge branch 'main' of https://github.com/faizanx168/web103_finalproject
faizanx168 Nov 3, 2023
7aa0166
new
faizanx168 Nov 3, 2023
d168681
Update README.md
philipjpark Nov 4, 2023
832405a
Update gif README.md
philipjpark Nov 4, 2023
0087214
Update milestone3.md
philipjpark Nov 4, 2023
1ee9d7d
test
philipjpark Nov 4, 2023
88b5826
server and client updated
philipjpark Nov 4, 2023
289ac1b
Sort by name and price features, 404 page and About page completed
philipjpark Nov 6, 2023
e4a9b22
README deleted
philipjpark Nov 6, 2023
1570327
Added auth cart and order routes plus payment method in the backend
faizanx168 Nov 10, 2023
1619300
tried to resolve some of the errors
faizanx168 Nov 10, 2023
69bc0aa
fixed the imports
faizanx168 Nov 11, 2023
8d84baf
fixed an error in reset.js file
faizanx168 Nov 11, 2023
d3e74c5
Updated server to match client
philipjpark Nov 14, 2023
f326eba
added new feature and fixed previous ones
faizanx168 Nov 17, 2023
3b477b1
Final version with fixes and auth2.0
faizanx168 Nov 17, 2023
34e9af3
Deployment push
faizanx168 Nov 17, 2023
f36dcfc
final
faizanx168 Nov 17, 2023
516537e
final
faizanx168 Nov 17, 2023
9e58935
final
faizanx168 Nov 17, 2023
7a75a98
final
faizanx168 Nov 17, 2023
96d4309
final
faizanx168 Nov 17, 2023
87acba9
final
faizanx168 Nov 17, 2023
fb7444c
final commit
faizanx168 Nov 17, 2023
7ba4d1e
final
faizanx168 Nov 17, 2023
d54f64d
pushiing new build
faizanx168 Nov 18, 2023
936796f
final
faizanx168 Nov 18, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

.env
49 changes: 0 additions & 49 deletions README.md

This file was deleted.

13 changes: 13 additions & 0 deletions client/build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"files": {
"main.css": "/static/css/main.75dc9e88.css",
"main.js": "/static/js/main.2b3a55df.js",
"index.html": "/index.html",
"main.75dc9e88.css.map": "/static/css/main.75dc9e88.css.map",
"main.2b3a55df.js.map": "/static/js/main.2b3a55df.js.map"
},
"entrypoints": [
"static/css/main.75dc9e88.css",
"static/js/main.2b3a55df.js"
]
}
1 change: 1 addition & 0 deletions client/build/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/sneaker.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><title>Sneaker World</title><script defer="defer" src="/static/js/main.2b3a55df.js"></script><link href="/static/css/main.75dc9e88.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Binary file added client/build/sneaker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions client/build/static/css/main.75dc9e88.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions client/build/static/css/main.75dc9e88.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions client/build/static/js/main.2b3a55df.js

Large diffs are not rendered by default.

Loading