Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
c6b581a
Created videocard component
Joemwa Sep 7, 2023
1139217
Created a new constant using a map function
Joemwa Sep 7, 2023
cfa0ced
Tested out a url component
Joemwa Sep 7, 2023
81cc3bc
Managed to insert youtube link
Joemwa Sep 8, 2023
a1ab0b4
Updated video card Id to match
Joemwa Sep 8, 2023
3f60f58
Added Ratings and showing on site
Joemwa Sep 8, 2023
637b069
Started on useState
Joemwa Sep 8, 2023
3170537
Made the server to return an array of videos
Joemwa Sep 8, 2023
4e0c2c5
Managed to post an object to server
Joemwa Sep 8, 2023
d546178
lyg
Joemwa Sep 16, 2023
2e0c522
Created inputs
Joemwa Sep 16, 2023
224cf32
added eventlisteners
Joemwa Sep 16, 2023
00c75e9
Updated gitignore
Joemwa Sep 16, 2023
9ea1210
Updated
Joemwa Sep 16, 2023
cf69733
Updated work on server
Joemwa Sep 16, 2023
9105c2c
Updated the Post method
Joemwa Sep 17, 2023
8ddb4c1
Deleted postgres credentials
Joemwa Sep 18, 2023
309d614
Updated dotenv
Joemwa Sep 18, 2023
6d539bb
Updated the ratings button
Joemwa Sep 23, 2023
d91c674
Implemented the delete button
Joemwa Sep 23, 2023
d4812b5
Finalised and deployed site
Joemwa Sep 23, 2023
324794a
Created .gitignore and added node modules
Joemwa Sep 25, 2023
0093f98
Fixed the video to update on the page
Joemwa Sep 25, 2023
8c4e973
Build script configured correctly
Joemwa Sep 29, 2023
463ae1c
Update package-lock.json
Joemwa Oct 1, 2023
c8afe0c
Create .node-version
Joemwa Oct 1, 2023
d1c8196
Update App.js
Joemwa Oct 1, 2023
9b08d8b
Update server.js
Joemwa Nov 3, 2025
e5e581c
Update index.html
Joemwa Dec 14, 2025
6641507
changed fetch from local to fetch from render
Joemwa Dec 14, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
client/node_modules
server/node_modules
server/gitignore
# Local Netlify folder
.netlify
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.5.1
1 change: 1 addition & 0 deletions client/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/node_modules
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.964fdded.css",
"main.js": "/static/js/main.ece467f4.js",
"index.html": "/index.html",
"main.964fdded.css.map": "/static/css/main.964fdded.css.map",
"main.ece467f4.js.map": "/static/js/main.ece467f4.js.map"
},
"entrypoints": [
"static/css/main.964fdded.css",
"static/js/main.ece467f4.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="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/static/js/main.ece467f4.js"></script><link href="/static/css/main.964fdded.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
8 changes: 8 additions & 0 deletions client/build/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"short_name": "To Do App",
"name": "To Do App",
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
3 changes: 3 additions & 0 deletions client/build/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
2 changes: 2 additions & 0 deletions client/build/static/css/main.964fdded.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.964fdded.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.ece467f4.js

Large diffs are not rendered by default.

41 changes: 41 additions & 0 deletions client/build/static/js/main.ece467f4.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
/*
object-assign
(c) Sindre Sorhus
@license MIT
*/

/** @license React v0.20.2
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
1 change: 1 addition & 0 deletions client/build/static/js/main.ece467f4.js.map

Large diffs are not rendered by default.

Loading