Welcome to Recipe Repository, a web application for storing, managing and sharing your personal favorite recipes.
https://malusit.github.io/Recipe-Repository/
- View Recipes: Scroll through existing recipes and expand each to view full details.
- Add New Recipe: Fill out a form to add a new recipe with title, description, ingredients, instructions, and prep time.
- Edit/Delete Recipes: Modify existing recipes or remove them from the repository.
To run the project locally:
- Clone this repository:
git clone https://github.com/malusiT/recipe-repository.git
- Open index.html in your web browser.
- Click on the provided button to expand and view the recipe details.
- Use the Add New Recipe button to input a new recipe.
- Edit or delete recipes using the provided buttons.
Contributions are welcome! If you have suggestions for new features or find any issues, please open an issue or submit a pull request.
- Fork the repository (https://github.com/malusiT/recipe-repository/fork)
- Create your feature branch (git checkout -b feature/new-feature)
- Commit your changes (git commit -am 'Add new feature')
- Push to the branch (git push origin feature/new-feature)
- Submit a pull request
License This project is licensed under the MIT License. See the LICENSE file for details.
- Implement image upload support for recipes.
- Add user authentication and authorization features.