Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghulamghousdev/foodii
🍴 A beautiful recipe search engine made with modern JavaScript features.
https://github.com/ghulamghousdev/foodii
api babel es6 es6-modules javascript javascript-es6 json-api real-time webpack-configuration
Last synced: about 1 month ago
JSON representation
🍴 A beautiful recipe search engine made with modern JavaScript features.
- Host: GitHub
- URL: https://github.com/ghulamghousdev/foodii
- Owner: ghulamghousdev
- License: mit
- Created: 2020-04-28T16:11:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T00:40:52.000Z (about 2 years ago)
- Last Synced: 2024-10-11T19:14:54.266Z (3 months ago)
- Topics: api, babel, es6, es6-modules, javascript, javascript-es6, json-api, real-time, webpack-configuration
- Language: JavaScript
- Homepage: https://foodii.netlify.app/
- Size: 1.32 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Foodii -> A Recipe Search Engine
[Foodii.com](https://foodii.netlify.app/)
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
```2. Run npm install inside project root
```
npm install
```3. Start the server
```
npm run start
```4. Explore
```
Enjoy :)
```## Built With
* [Axios](https://github.com/axios/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](LICENSE.md) file for details