shira1008 / Recipe-Keeper

Frontend version

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recipe Keeper App

This project was undertaken as part of a course assignment. While I've explored more advanced UI tools in my journey, this project allowed me to dive into fundamental technologies like HTML, CSS, and JavaScript again :)
The Recipe Keeper App is a web application designed to help you manage and display your favorite recipes. With this app, you can easily add new recipes, view recipe details, and even delete recipes you no longer need, all your recipes are going to be saved in the local storage.

Features

  • Add new recipes with details such as name, ingredients, steps, and an image.
  • Remove recipes from your collection.
  • Utilizes local storage to save your recipes.

Folder Structure

  • index.html: Main HTML file containing the app's structure.
  • style.css: CSS file containing styles for the app's appearance.
  • app.js: JavaScript file with the app's functionality.

The deployed project: https://recipe-keeper-shira.netlify.app/

About

Frontend version


Languages

Language:JavaScript 51.4%Language:CSS 30.4%Language:HTML 18.1%