Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Fullstack JS project made during an OpenClassrooms bootcamp (note: I'm not the author of the backend code)

License

Notifications You must be signed in to change notification settings

gustaveWPM/OC-SophieBluel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio de Sophie Bluel

You have never done dynamic webpages?

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.

How to run this project

Staticly

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.)

On a local server

The safer way to run it is to open this project folder in VSCode and then open index.html in a Live Server instance.

Run with Live Server example
⚠️ CAUTION: MAKE SURE YOUR FILETREE LOOKS LIKE ON THIS SCREENSHOT

ℹ️ 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! 🚀


Resources


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.

Packages

No packages published

Languages

  • JavaScript 64.8%
  • CSS 23.7%
  • HTML 11.5%