This project is licensed under the MIT License - feel free to contribute and use the code!
Welcome to the Global Recipe Book! 🎉
This is a beginner-friendly Hacktoberfest project where anyone can contribute by adding recipes from their culture, family, or experiments in the kitchen.
The twist?
👉 Recipes first live in Portable Document Format (.pdf) (/recipes/) and then contributors help turn them into web pages (/site/) using HTML, CSS, and JS.
This way, you can practice:
- Git & GitHub basics (forking, branching, PRs)
- HTML, CSS, and JavaScript
- Open source collaboration
global-recipe-book/
│
├── index.html # Homepage listing all recipes
├── style.css # Global styles
├── script.js # Search/filter logic (optional at start)
│
├── recipes/ # Raw contributions in Portable Document Format
│ ├── india/masala_dosa.pdf
│ └── italy/pasta_carbonara.pdf
│
├── site/ # Converted HTML recipe pages
│ ├── india/masala_dosa.html
│ └── italy/pasta_carbonara.html
│
├── assets/ # Images & media
│ ├── india/masala_dosa.jpg
│ └── italy/pasta_carbonara.jpg
│
└── .github/ # Issue templates & workflows
- 🥘 Add a new recipe in Markdown
- 🍕 Convert a Portable Document Format recipe to an HTML page
- 🖼️ Add images for recipes
👉 https://ticklefuse09.github.io/
Thanks to all the amazing people who contribute! Will be making a contributers section on the live website after hactoberfest ends. Star the repository so you don't forget.