Skip to content

Sito web per Gestione Hotel con account Cliente per Prenotazioni delle Stanze Hotel e account Admin per gestire il caricamento dei dati su Hotel e Stanze

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE.md
MIT
LICENSE-Bootstrap
Notifications You must be signed in to change notification settings

vittorioPiotti/HotelsBooking-Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Icona

Gestione Hotels PHP

Sito web per Gestione Hotel con account Cliente per Prenotazioni delle Stanze Hotel e account Admin per gestire il caricamento dei dati su Hotel e Stanze

Note

Progetto scolastico πŸŽ“ Β· β…€


Icona

Icona realizzata con Figma

Icona

Ispirazione

  • Immagine di Sfondo: Γ¨ stata utilizzata con le opportune modifiche l'immagine di sfondo presente nella pagina CodePen: Link allo Sfondo
  • Calendario: Γ¨ stato utilizzato con le opportune modifiche il calendario presente nella pagina CodePen: Link al Calendario

Preview

Sito Web Gestione Hotels: Link al Sito


Icona

Albero di Path

$ tree
.
└── GestioneHotel
    β”‚
    └── Client
        β”œβ”€β”€ /assets: immagini,stili e script
        β”‚   β”œβ”€β”€ /css: stili personalizzati
        β”‚   β”‚   β”œβ”€β”€ auth.css
        β”‚   β”‚   β”œβ”€β”€ book.css
        β”‚   β”‚   β”œβ”€β”€ calendar.css
        β”‚   β”‚   β”œβ”€β”€ carousel.css
        β”‚   β”‚   β”œβ”€β”€ colors.css
        β”‚   β”‚   β”œβ”€β”€ footer.css
        β”‚   β”‚   β”œβ”€β”€ global.css
        β”‚   β”‚   β”œβ”€β”€ header.css
        β”‚   β”‚   β”œβ”€β”€ hotel.css
        β”‚   β”‚   β”œβ”€β”€ hotels.css
        β”‚   β”‚   β”œβ”€β”€ nunito.css
        β”‚   β”‚   β”œβ”€β”€ patterns.css
        β”‚   β”‚   └── rooms.css
        β”‚   β”œβ”€β”€ /dist: librerie di stili e script
        β”‚   β”‚   β”œβ”€β”€ /css
        β”‚   |   |   β”œβ”€β”€ bootstrap.bundle.min.js.map
        β”‚   β”‚   β”‚   └── bootstrap.min.css
        β”‚   β”‚   └── /js
        β”‚   β”‚       β”œβ”€β”€ bootstrap.bundle.min.js
        β”‚   β”‚       β”œβ”€β”€ bootstrap.bundle.min.js.map
        β”‚   β”‚       └── jquery.min.js
        β”‚   β”œβ”€β”€ /images
        β”‚   β”‚   β”œβ”€β”€ icon.png
        β”‚   β”‚   └── logo.png
        β”‚   └── /js: script personalizzati
        β”‚       β”œβ”€β”€ admin.js
        β”‚       β”œβ”€β”€ ajax.js: gestore API js
        β”‚       β”œβ”€β”€ auth.js
        β”‚       β”œβ”€β”€ book.js
        β”‚       β”œβ”€β”€ calnder.js
        β”‚       β”œβ”€β”€ home.js
        β”‚       β”œβ”€β”€ hotel.js
        β”‚       β”œβ”€β”€ index.js
        β”‚       β”œβ”€β”€ objects.js: oggetti utilizzati
        β”‚       └── room.js
        β”œβ”€β”€ /src
        β”‚   β”œβ”€β”€ /controllers: gestori API php
        β”‚   β”‚   β”œβ”€β”€ CAuth.php: gestore API per Profilo
        β”‚   β”‚   β”œβ”€β”€ CBooking.php: gestore API per Prenotazioni
        β”‚   β”‚   β”œβ”€β”€ CHotel.php: gestore API per Alberghi
        β”‚   β”‚   └── CRoom.php: gestore API per Stanze
        β”‚   β”œβ”€β”€ /entities: entitΓ  utilizzate
        β”‚   β”‚   β”œβ”€β”€ EAdmin.php
        β”‚   β”‚   β”œβ”€β”€ EBooking.php
        β”‚   β”‚   β”œβ”€β”€ EClient.php
        β”‚   β”‚   β”œβ”€β”€ EHotel.php
        β”‚   β”‚   └── ERoom.php
        β”‚   β”œβ”€β”€ /views: frontend pagine sito
        β”‚   β”‚   β”œβ”€β”€ VAuth.php
        β”‚   β”‚   β”œβ”€β”€ VBooking.php
        β”‚   β”‚   β”œβ”€β”€ VHotel.php
        β”‚   β”‚   └── VRoom.php
        β”‚   └── autoloader.php
        └── index.php

Licenze

Warning

Questo software Γ¨ rilasciato sotto la licenza GPL v3 quindi l'uso, la modifica e la distribuzione del codice sorgente ne deve rispettare i termini.

I contenuti multimediali possono essere soggetti a una licenza non commerciale richiedendo l'acquisto di una licenza separata.

Hotels Booking Web

Copyright 2024 Vittorio Piotti (GitHub page) (Personal page)

Version v1.0.0

License GPL-3.0


Bootstrap

Copyright 2011-2018 The Bootstrap Authors

Version v5.2

License MIT

About

Sito web per Gestione Hotel con account Cliente per Prenotazioni delle Stanze Hotel e account Admin per gestire il caricamento dei dati su Hotel e Stanze

Topics

Resources

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE.md
MIT
LICENSE-Bootstrap

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published