From a16aff29ed0011b3901967422e537e024ca52b44 Mon Sep 17 00:00:00 2001 From: Kacper Polczynski <polczynskikf@cardiff.ac.uk> Date: Wed, 8 Jan 2025 23:24:58 +0000 Subject: [PATCH] Create README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..78d7b42 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +This is my web development project +Ive included three references to code snippets i have used + +Code adapted from: https://openjavascript.info/2022/06/08/how-to-upload-a-file-using-the-fetch-api/ +Accessed on 12/12/2024 +This code allowed me to upload a photo file to the server which and then enabled me to upload these to my database alongside projects as well as uploading them with an ajax respone + +Code snippets from:https://www.geeksforgeeks.org/how-to-add-authentication-to-your-app-with-flask-login/ +accessed on 22nd decemeber +Used basic login and register feature to add authentication to the app +I used this in order to create additional functionality in the website such as user commenting an admin user that can delete and add projects + +code snippet from: https://www.w3schools.com/howto/howto_css_modals.asp +Accessed on 12/12/2024 +gave me the base css and htnl for a modal pop up +This was then used to create a detailed from which uploads data to database for projects to be displayed -- GitLab