Skip to content
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

London 10 | Elena Barker | Full-Stack-Project | Level-300 #428

Closed
wants to merge 34 commits into from
Closed
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
fba498e
Initial commit
ElenaBarker Aug 26, 2023
cbc77f3
Level 100 done
ElenaBarker Aug 30, 2023
cab558c
Create .gitignore
ElenaBarker Sep 1, 2023
7c9d9de
adding gitignore file
ElenaBarker Sep 6, 2023
6a55f61
removing node modules
ElenaBarker Sep 6, 2023
5e5873d
updated App.js and Video.js
ElenaBarker Sep 12, 2023
4f91344
updates in App.js, Video.js, created new component CountVotes.js
ElenaBarker Sep 12, 2023
42a2d9a
installed "@material-ui/icons", updated CountVotes.js, added CSS
ElenaBarker Sep 13, 2023
dbcc61d
Level 200 done
ElenaBarker Sep 6, 2023
3cd83bb
adding express
ElenaBarker Sep 6, 2023
a2fec56
installed CORS, made Fetch for all videos
ElenaBarker Sep 14, 2023
a330081
added Delete button in video.js component, updated server,.js, Level…
ElenaBarker Sep 15, 2023
ddc025e
installed .env and .pg, updated app.js in client, created database, u…
ElenaBarker Sep 15, 2023
2c19af7
installed CORS, made Fetch for all videos
ElenaBarker Sep 14, 2023
586f378
removed merge conflicts
ElenaBarker Sep 15, 2023
2237025
update post endpoint
ElenaBarker Sep 16, 2023
9a5cc7a
small mistake resolved
ElenaBarker Sep 16, 2023
b94f33b
moved .env in .gitignore
ElenaBarker Sep 19, 2023
4d08dfc
installed @material-ui/core
ElenaBarker Sep 19, 2023
b03bd01
removed background image
ElenaBarker Sep 19, 2023
d96a624
changed localhost to link from Render in frontend
ElenaBarker Sep 19, 2023
7330ec5
Update server.js
ElenaBarker Sep 30, 2023
af7953a
Update App.css
ElenaBarker Oct 25, 2023
1650206
background color changed
ElenaBarker Oct 25, 2023
8501eee
updated POST and DELETE enpoints
ElenaBarker Oct 28, 2023
cb49d7f
updated frontend to be able to delete videos
ElenaBarker Oct 28, 2023
d462f56
implemented CSS for buttons
ElenaBarker Oct 30, 2023
1789dba
Updated query for POST endpoint to be able to get Id
ElenaBarker Oct 30, 2023
4d2a688
updated code for Add Video
ElenaBarker Oct 30, 2023
05684ea
added validation to only be able add videos with YouTube URL
ElenaBarker Oct 31, 2023
1b5d964
Update App.js
ElenaBarker Nov 23, 2023
09d71cd
Create data.sql
ElenaBarker Feb 13, 2024
2b62237
Update App.js
ElenaBarker Feb 13, 2024
8a17143
Update App.js
ElenaBarker Feb 13, 2024
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
server/node_modules
client/node_modules
Loading