Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keellyp/gadelmaleh
This repo is a website that show every works of the french artist, Gad Elmaleh
https://github.com/keellyp/gadelmaleh
artists flexbox-css micro-framework php-framework php7 responsive router silex twig
Last synced: about 12 hours ago
JSON representation
This repo is a website that show every works of the french artist, Gad Elmaleh
- Host: GitHub
- URL: https://github.com/keellyp/gadelmaleh
- Owner: keellyp
- License: mit
- Created: 2017-05-25T13:38:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-04T18:52:46.000Z (over 7 years ago)
- Last Synced: 2024-11-24T03:25:02.891Z (2 months ago)
- Topics: artists, flexbox-css, micro-framework, php-framework, php7, responsive, router, silex, twig
- Language: CSS
- Homepage:
- Size: 17.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GAD ELMALEH
A website that archive every contents of the french artist, Gad Elmaleh.## Prerequisites
* Install [Node.js](https://nodejs.org/en/)
* Install [Composer](https://getcomposer.org/)### Install
* Install composer dependencies with
```
composer install
```
* Update web/.htaccess RewriteBase line if needed
* Go into builder folder and install node-modules with
```
npm install
```
*You may need to install with sudo if you are a macOS user*
* Update web/helpers/config.php switch cases if needed## Features
* Silex 2
* Twig
* Routes
* Use Models for SQL request
* Gulp
* Responsive website
* Handle error and 404 page### Tasks
* You can discover every works, arranged by release date, of the artist.
* Learn more informations when you click on the work. If the artist won an awards, it tells you so.
* If you choose a date, it shows you what he published during this year.
* The footer is dynamic, it count the length of each table.
* The model use switch case to get easier if I would like to add an other table on my database.## Author
[Kelly Phan](http://kellyphan.fr)## Licence
This repository is under MIT Licence.