Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomasleavy/thereciperoom
This repository contains a recipe suggestions website. Available here: https://thomasleavy.github.io/theRecipeRoom/
https://github.com/thomasleavy/thereciperoom
Last synced: about 1 month ago
JSON representation
This repository contains a recipe suggestions website. Available here: https://thomasleavy.github.io/theRecipeRoom/
- Host: GitHub
- URL: https://github.com/thomasleavy/thereciperoom
- Owner: thomasleavy
- License: mit
- Created: 2024-05-23T12:20:28.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-06T19:20:36.000Z (5 months ago)
- Last Synced: 2024-09-06T22:56:08.827Z (5 months ago)
- Language: HTML
- Homepage:
- Size: 3.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: newsletterSignUp.php
- License: LICENSE
Awesome Lists containing this project
README
# The Recipe Room
This repository contains code for The Recipe Room website. It showcases a variety of food for different meal types. It uses HTML, CSS, JavaScript, PHP and XAMMP. It uses Twitter Bootstrap. It was built using Visual Studio Code (VSC).
## Features
- **Breakfast Recipes**
- **Lunch Recipes**
- **Snack Recipes**
- **Dinner Recipes**
- **Dessert Recipes**
- **About**
- **Signup Newsletter**
- **Social media links**## Running the Project Locally
To view the PHP features of this project, ensure you are running a local server. Here are the steps:
1. Download and install XAMPP (https://www.apachefriends.org/index.html).
2. Place the project folder in the `htdocs` directory.
3. Start the Apache server from the XAMPP control panel.
4. Access the project via `http://localhost/theRecipeRoom/index.html`.**Note**: The PHP features for the Newsletter Signup don’t currently work if accessed via the VSC `http://127.0.0.1:5500/index.html` port, or any similar addresses.
## Contact Me
If you want to reach out, my email address is: [email protected]
## License
This project is licensed under the MIT License - see the LICENSE file for details.
___________________________________________________________________________________________________
Project Link: https://thomasleavy.github.io/theRecipeRoom/