Skip to content

Commit

Permalink
server updated
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaWaszaj committed Jan 29, 2025
1 parent f8d7f4a commit 94cedfe
Show file tree
Hide file tree
Showing 17 changed files with 2,762 additions and 21 deletions.
Binary file removed Frontend/dist/assets/Moldy-XNaFMWDf.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2,671 changes: 2,671 additions & 0 deletions Frontend/dist/assets/fontawesome-webfont-D13rzr4g.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
4 changes: 4 additions & 0 deletions Frontend/dist/assets/index-C72DiuhB.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion Frontend/dist/assets/index-D3wYBT6y.css

This file was deleted.

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions Frontend/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/assets/Moldy-XNaFMWDf.png" />
<link rel="icon" type="image/svg+xml" href="/MoldyNoBack.png" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Moldy Tomatoes</title>
<script type="module" crossorigin src="/assets/index-CMUvx6_f.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-D3wYBT6y.css">
<script type="module" crossorigin src="/assets/index-DibVXBgL.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-C72DiuhB.css">
</head>
<body>
<div id="root"></div>
Expand Down
3 changes: 2 additions & 1 deletion Frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/Moldy.png" />
<link rel="icon" type="image/svg+xml" href="/MoldyNoBack.png" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Moldy Tomatoes</title>
</head>
Expand Down
57 changes: 54 additions & 3 deletions Frontend/package-lock.json

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

4 changes: 4 additions & 0 deletions Frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"axios": "^1.7.9",
"font-awesome": "^4.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.1.3",
Expand Down
1 change: 1 addition & 0 deletions Frontend/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import Login from './components/Login';
import SignUp from './components/Signup';
import SearchResults from './components/SearchResults';
import About from './components/About';
import 'font-awesome/css/font-awesome.min.css';

function App() {

Expand Down
7 changes: 7 additions & 0 deletions Frontend/src/Styles/Footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,11 @@
margin-top: 20px;
font-size: 12px;
padding-top: 10px;
}
.fa-icon-link{
color:#333;
font-size: large;
}
.fa-icon-link:hover{
color:rgb(175, 45, 45);
}
Binary file added Frontend/src/assets/MoldyNoBack.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 Frontend/src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ const Footer = () => {
<img className="moldy-logo" src={moldyLogo} alt="Moldy Tomatoes Logo" />
</div>
<div className="footer-bottom">
<a href="https://github.com/SashaWaszaj/Moldy-Tomatoes" target="_blank" rel="noopener noreferrer" className="fa-icon-link">
<i className="fa fa-github" aria-hidden="true"></i></a>
<p>Powered by <a href="https://www.themoviedb.org/" target="_blank" rel="noopener noreferrer">TMDB API</a></p>
<p>© {new Date().getFullYear()} Moldy Tomatoes. All rights reserved.</p>
</div>
Expand Down

0 comments on commit 94cedfe

Please sign in to comment.