In this project we are creating a website for a hairdresser company.
- HTML
- CSS
- Python
- JavaScript
Code is automatically validated using a fork of Cyb3r-Jak3's HTML/CSS validator.
HTML/CSS: W3Schools
Python: PEP8
JavaScript: W3Schools
Windows 10
Visual Studio Code:
- Pylance
- Live Preview
Python installed via winget winget install Python.Python.3.10
- Python requirements:
pip install -r /tests/test_requirements.txt
In order to run the tests locally without having to rely on GitHub actions you have to be in the root directory and run the following command: python .\test\test.py http://127.0.0.1:3000/root/
whilst hosting a local preview with Live Preview.
- Unless everyone present has worked together, the remaining people must check the task before it can be considered done.
- Code must pass all relevant tests and code validation.
- Code must follow the coding standard.
- All documents and spreadsheets must be uploaded to Google Drive and all code must be uploaded to GitHub.
- Task must be submitted to the presentation document if it is present in the backlog.
- Comment tricky code
- Branches shall be merged