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.
- Host: GitHub
- URL: https://github.com/mandyschen/momscookbook
- Owner: mandyschen
- License: mit
- Created: 2024-08-13T03:28:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-17T04:00:44.000Z (over 1 year ago)
- Last Synced: 2025-02-10T05:27:45.492Z (over 1 year ago)
- Topics: crud, react
- Language: JavaScript
- Homepage: https://mandyschen.github.io/MomsCookbook/
- Size: 87.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
---