Foodii

🍴 A beautiful recipe search engine made with modern JavaScript features.

MIT License

Stars
3

Foodii -> A Recipe Search Engine

Foodii.com

This is a web application for beginner cooks and kitchen hobbyists to search and save their favorite recipes.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them

  • npm
npm install npm@latest -g

Installing

  1. Clone the repo
git clone https://github.com/ghulamghousdev/Recipe-Search-Engine.git
  1. Run npm install inside project root
npm install
  1. Start the server
npm run start
  1. Explore
Enjoy :)

Built With

  • Axios - Promise based HTTP client for the browser and node.js
  • [CSS] - For styling
  • [JavaScript] - For client side logic

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Related Projects