Web application to share Recipes. It allows users to add new Recipes to share it with other users.
- Users can view all Recipes on home page.
- On clicking a Recipe, the details including author, Ingredients and Instructions of the recipe are shown.
- When logged-in, users can click on
Add Recipe
button to add a new recipe. - On clicking the
Add Recipe
button the user will be directed to the page where Title, Ingredients, and Instructions of the recipe can be added. - The user can save the recipe upon entering all the fields and clicking the
Submit
button.
- The application uses html and CSS.
- The server implement RESTful API's and is built in JaveScript and runs on NodeJS.
- express.js
- cookie-parser
- webpack
- babel-loader
- Download this repository.
- Open folder word-guessing-game/ from the repository on terminal.
- Run
npm install
and thennpm start
.
Home Page
Recipe Details
User Logs-In
Add Recipe