Back
Recipe Book
A full-stack recipe web application that allows users to create, edit, and manage recipes with a Node.js backend.
Period
Nov 2023 - Jan 2024
Technologies
Node.js
Express.js
HTML
CSS
Javascript
Overview
Recipe Book is a full-stack web application that allows users to view, create, edit, and delete recipes.
The application consists of a front-end built with HTML, CSS, and JavaScript, and a backend built with Node.js and Express.js. Recipe data is stored in a JSON file.
Challenge
The challenge was to build a complete full-stack application with both frontend and backend functionality.
This required handling routing, managing requests, and implementing a structured way to store and update recipe data.
Solution
The backend was developed using Node.js and Express.js, providing routes to create, read, update, and delete recipes.
The frontend communicates with the backend to display and manage recipes, while the JSON file serves as a simple data storage solution.
Results
The result is a functional full-stack recipe application with complete CRUD functionality.
This project provided a foundation in backend development, routing, request handling, and working with structured data.