{"id":17681348,"url":"https://github.com/madeindjs/book_manager","last_synced_at":"2025-03-12T14:31:12.259Z","repository":{"id":96108742,"uuid":"133936617","full_name":"madeindjs/book_manager","owner":"madeindjs","description":null,"archived":true,"fork":false,"pushed_at":"2018-05-18T09:57:33.000Z","size":176,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-05T21:54:17.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/madeindjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-18T09:56:21.000Z","updated_at":"2023-06-29T20:02:54.000Z","dependencies_parsed_at":"2023-11-19T14:00:12.725Z","dependency_job_id":null,"html_url":"https://github.com/madeindjs/book_manager","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeindjs%2Fbook_manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeindjs%2Fbook_manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeindjs%2Fbook_manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeindjs%2Fbook_manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madeindjs","download_url":"https://codeload.github.com/madeindjs/book_manager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243234493,"owners_count":20258475,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-24T09:10:52.497Z","updated_at":"2025-03-12T14:31:12.239Z","avatar_url":"https://github.com/madeindjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\ntitle: Cours de Javascript\nbegin: 2018-05-14\nend: 2018-05-18\n---\n# Javascript\n\nCréation d'un projet\n\n## Consignes du projet\n\n- application one page\n- pas de jQuery\n- pre-processeur CSS (SASS ou LESS)\n- pas de framework front\n- vue par système d'oglet\n- utilisation du local storage\n\n### Exemples d'applications\n\n- application de gestion de livres\n- application de block-notes amélioré avec export PDF \u0026 HTML\n- stockage de vidéo Youtube\n- application jeux du style \"le livre dont vous êtes le héro\"\n\n### Cahier des charges\n\nAffichage du livre\n\n- affichages des prêts\n- afichage des marques pages\n\nGestion des livres _(B/A)_\n\n- un bouton pour voir un livre\n- un bouton pour ajouter un livre\n- un bouton pour modifier un livre\n- un bouton pour supprimer un livre\n- affichage du tableau\n\n| nom                               | autheur     | editeur | publieur | date publication | qté |\n|-----------------------------------|-------------|---------|----------|------------------|-----|\n| Harry Potter: l'école des sorcier | JK. Rolling | ??      | ??       | 2010             | 5   |\n\n\nGestion des favoris _(A)_\n\n- un bouton pour ajouter un favori\n- un bouton pour modifier un favori\n- un bouton pour supprimer un favori\n- un bouton exporter en XML\n\nGestion des marques pages pour les livres _(B)_\n\n- un bouton pour ajouter un marque-page\n- un bouton pour modifier un marque-page\n- un bouton pour supprimer un marque-page\n- un bouton exporter\n\n| Livre                             | page | date       |\n|-----------------------------------|------|------------|\n| Harry Potter: l'école des sorcier | 150  | 11/05/2010 |\n\nGestion des prêt des livres _(B)_\n\n- un bouton pour commencer un prêt\n- un bouton pour signaler un retour\n- un bouton exporter en XML\n\n| Livre                             | who  | begin_at   | end_on     |\n|-----------------------------------|------|------------|------------|\n| Harry Potter: l'école des sorcier | Eric | 11/05/2010 | 01/04/2011 |\n| Harry Potter: l'école des sorcier | Eric | 11/05/2015 | 01/04/2016 |\n\n\nExemple export en XML\n\n```XML\n\u003croot\u003e\n  \u003cbooks\u003e\n\n    \u003cbook title=\"Mon petit poney\" author=\"Mike Horn\" current_page=\"205\" \u003e\n      \u003clends\u003e\n        \u003clend to=\"Alexandre\" on=\"2018-05-24 08:00:00\"/\u003e\n        \u003clend to=\"Marc\" on=\"2018-08-05 10:00:00\"/\u003e\n      \u003c/lends\u003e\n    \u003c/book\u003e\n\n  \u003c/books\u003e\n\u003c/root\u003e\n```\n\n### Charte graphique\n\nLa couleur choisie est **le violet** car cette couleur véhicule des valeurs de sérénité et de spiritualité et peut être associée à la prospérité et à la noblesse.\n\nLa font choisie est [**YoungSerif**](https://github.com/uplaod/YoungSerif) qui imite la police utilisée dans l'imprimmerie mais en plus moderne.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadeindjs%2Fbook_manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadeindjs%2Fbook_manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadeindjs%2Fbook_manager/lists"}