├── README.md ├── index.js ├── package.json ├── public └── styles │ └── main.css ├── rc1.png ├── rc2.png ├── recipe.json └── views └── index.ejs /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mahekar001aditya/Recipe_page_using_JSON/HEAD/README.md -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mahekar001aditya/Recipe_page_using_JSON/HEAD/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mahekar001aditya/Recipe_page_using_JSON/HEAD/package.json -------------------------------------------------------------------------------- /public/styles/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mahekar001aditya/Recipe_page_using_JSON/HEAD/public/styles/main.css -------------------------------------------------------------------------------- /rc1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mahekar001aditya/Recipe_page_using_JSON/HEAD/rc1.png -------------------------------------------------------------------------------- /rc2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mahekar001aditya/Recipe_page_using_JSON/HEAD/rc2.png -------------------------------------------------------------------------------- /recipe.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mahekar001aditya/Recipe_page_using_JSON/HEAD/recipe.json -------------------------------------------------------------------------------- /views/index.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mahekar001aditya/Recipe_page_using_JSON/HEAD/views/index.ejs --------------------------------------------------------------------------------