Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Quozul/meeTech

Repository files navigation

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