Continual development of WebǝW ɟo ʇuǝɯdolǝʌǝp lɐnuıʇuoƆ
To-Do -> noughts and crosses
- You could add a set/match counter to track best 2 out of 3
- Change the colour scheme and styling/layout
To-Do -> NodeJS
- Go through other folders to see if servers can be implemented
- Be sure to try other packages and use .gitignore appropriately
To-Do -> Dynamic Websites
- Actually create a dynamic details page
- Swap link to website for a link to details page
To-Do -> NodeJS & MongoDB
- When I tried to do it I was working from a Raspberry Pi running a funky ARM64 OS and mongosh was super unusable 👾
- UPDATE: Currently working on getting docker container working for this directory alone
- It's coming along slowly and so far this subfolder contains a working Dockerfile and .yml
- However, subsequent fresh installation of working-dir and MongoDB driver (via npm install) is still required...
- UPDATE: ...on the update. I'm gonna give up with the dev container idea cos it just doesn't work on a raspberry pi running even the arm64 OS. I'll be back with a proper computer next week so I'll just run MongoDB on the big machine
- Have to go back to this one some day
To-Do -> Adding File Uploads
- When I tried to do it I was working from a Raspberry Pi running a funky ARM64 OS and mongosh was super unusable 👺
- FUCKING YET AGAIN
- Have to go back to this one some day
To-Do -> User-authentication
- Add authorization and dependable nav views (last few lessons)
To-Do -> Refactoring
- Go thru all the auth routes and refactor