From aef93a1e1cef05c49399c9d970bbc75e64efa0a4 Mon Sep 17 00:00:00 2001 From: "Konrad Czarniecki (czarniek)" Date: Wed, 29 Apr 2020 14:59:15 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71dad24..761b170 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -FILE SHARING WEBSITE PROJECT +# FILE SHARING WEBSITE PROJECT -As our fourth project at the university, my team was presented with a task to develop a File Sharing website using HTML and CSS, with a heavy emphasis on JavaScript, Node.js and relational databases(SQL). +As our fourth project at the university, my team was presented with a task to develop a File Sharing website using HTML and CSS, with a heavy emphasis on JavaScript, Node.js and relational databases(SQL). Its main goal was to allow user to upload a file to our server, generate download link and then e-mail it to a friend, so that he/she can download the file. The file was to expire after being downloaded or after a few days. My contributions to the project were: - Leading the team and regularly organizing our work according to Agile (Scrum) methodology. @@ -9,3 +9,7 @@ My contributions to the project were: - Presenting the final product. The project proved to be a success as all team members showed great effort and good spirit. I was ableto further develop my programming skills, with the most notable improvements in databases andacceptance and unit testing. I’m also glad I volunteered to be a leader as it was a new challenge for me,one I really enjoyed too, because I learned a lot about myself and now, I know I’ll be looking for more opportunities to grow in this area. + +## Main page that lists user's files: +![Alt text](/testingFiles/main.png?raw=true "Main Page") +