Skip to content

Commit

Permalink
Clean the client folder by deleting unnecessary files and codes
Browse files Browse the repository at this point in the history
  • Loading branch information
Afsha10 committed Dec 22, 2023
1 parent 594afe7 commit a197fee
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 9,485 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Video Recommendation App

[Screencast from 21-12-23 23:47:18.webm](https://github.com/Afsha10/volunteer-calendar/assets/115444059/5f5c4b62-b7e0-4b1c-a730-ac8f884590a1)

Front-end: https://afsha-youtube-video-storage.netlify.app/

Back-end: https://video-storage.onrender.com/videos

## Background

Before you continue to final projects we have to make sure that you can meaningfully contribute to a technical project.
Expand Down
70 changes: 0 additions & 70 deletions client/README.md

This file was deleted.

15 changes: 0 additions & 15 deletions client/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
name="description"
content="Web site created using create-react-app"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!-- Bootstrap CSS -->
<link
rel="stylesheet"
Expand All @@ -18,20 +17,6 @@
crossorigin="anonymous"
/>

<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
</head>
<body>
Expand Down
8 changes: 0 additions & 8 deletions client/public/manifest.json

This file was deleted.

3 changes: 0 additions & 3 deletions client/public/robots.txt

This file was deleted.

2 changes: 1 addition & 1 deletion client/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ ReactDOM.render(
<React.StrictMode>
<App />
</React.StrictMode>,
document.getElementById("root")
document.getElementById("root"),
);
Loading

0 comments on commit a197fee

Please sign in to comment.