/meeTech

School project website

Primary LanguagePHP

meeTech

Hardware configuration website to find the perfect computer according to your needs.

File structure

.
├── includes -- parts of pages to build full pages
|   └── hardware
|       └── ...
|   └── blog
|       └── ...
├── actions -- files that interacts with the database
|   └── hardware
|       └── ...
|   └── blog
|       └── ...
├── styles -- style files
|   └── CSS files
├── scripts -- JavaScript files
|   └── JS files
├── admin -- back office for administration
|   └── hardware
|       └── ...
├── lib -- libraries used for the website
|   └── ...
└── Website's pages