All Projects → mnzsss → recipe-app

mnzsss / recipe-app

Licence: MIT license
👨🏻‍🍳 Biggest list of the Best Recipes - React App and Api Rest

Programming Languages

typescript
32286 projects
HTML
75241 projects

Projects that are alternatives of or similar to recipe-app

reiconify
Convert SVG icons to React components eg.: https://ambar.li/reiconify/md.icons/#/Browse
Stars: ✭ 17 (-15%)
Mutual labels:  react-icons
assemble-workshop
Recipes how to use assemble (v0.12.0+)
Stars: ✭ 22 (+10%)
Mutual labels:  recipe
craft-recipe
A comprehensive recipe FieldType for Craft CMS that includes metric/imperial conversion, portion calculation, and JSON-LD microdata support
Stars: ✭ 23 (+15%)
Mutual labels:  recipe
shorter.recipes
A website dedicated to making recipes from any website easy to read.
Stars: ✭ 27 (+35%)
Mutual labels:  recipe
picape
Elixir side-project: Uses a supermarket API to order recipes
Stars: ✭ 28 (+40%)
Mutual labels:  recipe
sane
make, but sane.
Stars: ✭ 15 (-25%)
Mutual labels:  recipe
portfolio
My personal portfolio to show my skills, experience, and articles I published.
Stars: ✭ 81 (+305%)
Mutual labels:  react-icons
xconfigure
High-Performance configuration patterns and recipes.
Stars: ✭ 42 (+110%)
Mutual labels:  recipe
brewday
Tools for the home brewer
Stars: ✭ 21 (+5%)
Mutual labels:  recipe
thermomix-recipes
A simple jQuery mobile cookbook (dedicated for the thermomix or bimby kitchen robot)
Stars: ✭ 15 (-25%)
Mutual labels:  recipe
recipes
Application for managing recipes, planning meals, building shopping lists and much much more!
Stars: ✭ 3,570 (+17750%)
Mutual labels:  recipe
fooddist
An open-source food image embedding model
Stars: ✭ 26 (+30%)
Mutual labels:  recipe
copenramen
This is my take on a (easy) ramen soup with chasu. Please contribute and give feedback.
Stars: ✭ 12 (-40%)
Mutual labels:  recipe
MythologyOfReactJs
This repository is actually a reactjs tutorial repository. Each repository is named after a mythical god.
Stars: ✭ 13 (-35%)
Mutual labels:  react-icons
Pizza Dough
This recipe is dedicated to helping you make the best possible pizza dough for Neapolitan pizza.
Stars: ✭ 2,847 (+14135%)
Mutual labels:  recipe
castor-icons
Collection of icons for Castor published as SVGs and React components
Stars: ✭ 12 (-40%)
Mutual labels:  react-icons
Recipe
Automated machine learning (AutoML) with grammar-based genetic programming
Stars: ✭ 42 (+110%)
Mutual labels:  recipe
udacity-baking-app-tasty
Udacity Android Developer Nanodegree project baking app
Stars: ✭ 33 (+65%)
Mutual labels:  recipe
The Bread Code
Learn how to master the art of baking the programmer way.
Stars: ✭ 3,744 (+18620%)
Mutual labels:  recipe
BakingApp
🍛🍴 This app allows a user to select a recipe and see video-guided steps for how to complete it, showcasing MVVM, Retrofit, ExoPlayer with lifecycle components, Master/Detail Flow, Widgets.
Stars: ✭ 18 (-10%)
Mutual labels:  recipe

Welcome to Recipe Application 👋


Version


FoodCourt

The objective of the Recipe app is to help the user manage recipes in a way

Demo

Demo

Demo

Demo

Demo

🏠 Let's usage

Install

# Setup Server
cd ../server

# Copy and rename .env.example to .env
# Add your MONGO_URL to .env (you get url on MongoDB Atlas)

# Install dependecies
yarn

# Setup Web
cd ../web

# Install dependecies
yarn

Usage

# Clone Project
git clone https://github.com/mnzsss/recipe-app.git

# Setup run Server
cd ../server

# Run Server
yarn dev:server

# Setup run Web
cd ../web

# Run Web Application
yarn start

🤔 How to contribute?

Fork this Repository

# Use github CLI:
$ gh repo fork mnzsss/recipe-app

# If you don't have a GitHub CLI, use the website for this.

Follow the steps below

# Clone your fork
$ git clone your-fork-url && cd recipe-app

# Create branch
$ git checkout -b feat/my-feature

# Create commit
$ git commit -m 'feat: My new feature'

# Send code to repository
$ git push origin my-feature

After your pull request is merged, you can delete your branch.

Author

👤 Gabriel Menezes

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].