Project created for Advanced Web development class in the MS-Information Systems program at University of Cincinnati
Users can create/read/update/delete recipes!
Technical Details:
- CRUD implemented using ajax and jquery in an MVC framework
- 3 tables present to save data in a normalized database (Recipe, RecipeSteps and RecipeIngredients)
- Compelling UI using jquery ui and bootstrap
- Validations for input fields
- Use of embedded YouTube videos
- Search feature implemented using jquery autocomplete