Commit Graph

9 Commits

Author SHA1 Message Date
ShakedAp
555f5e632d Added comments to src/client.js src/index.js
Added more comments.
Changed '/login' post to check if the data isn't null
2023-06-26 22:49:40 +03:00
ShakedAp
3fd791dce7 Changed spacing in html and JS files.
Changed spacing based to tab based
2023-06-26 20:23:35 +03:00
ShakedAp
5b96d6d8ab Added a sample video and edited .gitignore
Added videos/shrek.mp4
Removed comments and prints in src/index.js
Modified .gitignore
2023-06-26 19:21:18 +03:00
ShakedAp
7d5bac659c Removed comments, spacing and changed password 2023-06-25 13:57:02 +03:00
ShakedAp
1e6a3f87c2 Added style to login.html, added place for username input
Created src/login.css
Modified src/login.html
Added username input
2023-06-25 11:39:16 +03:00
ShakedAp
5e750aedc9 Changed form submit to redirect and not serve files 2023-06-25 10:32:33 +03:00
ShakedAp
0b7d76333c Added session storage for login, via express-session
Added express-session module
Modified index.js to save the session login
2023-06-25 10:29:54 +03:00
ShakedAp
0b90b3a860 Added login page and login form functionality
Added body-parser node_module
Created login.html
Renamed index.html to main.html
Added simple login functionality in index.js
2023-06-25 10:17:45 +03:00
ShakedAp
11ff6f9547 Moved all source files into /src
Created dir /src, and moved the source files into it. Left package.json, README.md and settings.json out.
Modified package.json to point to the new src dir.
2023-06-25 09:13:57 +03:00