This project builds a recipe website given a directory of recipes. The format of this directory and it's files should be:
- Images:
- logos and stuff like that
- js:
- Random js stuff
- recipes:
- Directories that start with a number (recipes will be displayed in reverse order using this number):
- images:
- cover.xxx (the image must be called cover, the extension can be whatever)
- ingredients_en.txt (list of ingredients in english)
- ingredients_es.txt (list of ingredients in spanish)
- recipe_en.txt (recipe in english)
- recipe_es.txt (recipe in spanish)
- images:
- Directories that start with a number (recipes will be displayed in reverse order using this number):