I didn't either...
This is my first dynamic website (using Javascript).
Project made during an OpenClassrooms bootcamp.
Learning path: Développeur Web
No JS library allowed.
This project's codebase is designed to be (as most as possible) runned as a static website.
To launch the backend of this project, look at this README.
To launch the frontend of this project, you can simply open index.html.
ℹ️ However, it could be unsafe because of the LocalStorage handling of your browser.
(Nowadays, it works on Chromium based browsers, but not on Firefox ones.)
The safer way to run it is to open this project folder in VSCode and then open index.html in a Live Server instance.
ℹ️ You should also disable the Live Server Hot Reload feature to avoid triggering it when the SQL Lite file is modified.
Just edit your liveServer.settings.ignoreFiles
VSCode setting like this:
"liveServer.settings.ignoreFiles": [
"**"
]
You're ready to go! 🚀
This GitHub repository is not part of the OPENCLASSROOMS website or OPENCLASSROOMS SAS.
Additionally, this GitHub repository is NOT endorsed by OPENCLASSROOMS in any way.
OPENCLASSROOMS is a trademark of OPENCLASSROOMS, SAS.