An open API service indexing awesome lists of open source software.

https://github.com/mandyschen/momscookbook

A React website displaying recipes from my mother.
https://github.com/mandyschen/momscookbook

crud react

Last synced: 3 months ago
JSON representation

A React website displaying recipes from my mother.

Awesome Lists containing this project

README

          

# Mom's Cookbook

Mom's Cookbook is a React-based cookbook web application where users can browse and search for recipes. This project is hosted on [GitHub Pages](https://mandyschen.github.io/MomsCookbook/).

## Features

- Browse recipes with images, descriptions, and ingredients.
- Search for recipes by title or description.
- Create, read, update, and delete notes.
- Responsive design for mobile and desktop.
- Easy-to-navigate UI with a home button and header search bar.

---

## Usage

- To search for recipes, type keywords in the search bar and press enter. Matching results will appear below.
- Click on individal recipes to view more details.
- Edit notes and save for future reference.

---

## Acknowledgements

- Recipes provided by my mother.
- Built with React and hosted on GitHub Pages.

---