Git Product home page Git Product logo

recepies's Introduction

Pite

A Recipe Hub for Food Enthusiasts

Introduction

Pite is a recipe web app enabling users to discover, appreciate, and engage with a diverse range of recipes through viewing, liking, and seamless signup.

Installing Locally

You can install this project by creating a .env.local file in the root directory and adding the following variables:

NEXT_PUBLIC_BASE_URL=
RECEPIES_API_RANDOM=https://www.themealdb.com/api/json/v2/1/random.php
RECEPIES_API_NAME=https://www.themealdb.com/api/json/v2/1/search.php?s=
RECEPIES_API_FIRST_LETTER=https://www.themealdb.com/api/json/v2/1/search.php?f=
RECEPIES_API_NAME_ID=https://www.themealdb.com/api/json/v2/1/lookup.php?i=
RECEPIES_API_10=https://www.themealdb.com/api/json/v2/1/randomselection.php
RECEPIES_API_CATEGORIES_WITH_IMG=https://www.themealdb.com/api/json/v2/1/categories.php
RECEPIES_API_CATEGORIES_LIST=https://www.themealdb.com/api/json/v2/1/list.php?c=list
RECEPIES_API_AREA_LIST=https://www.themealdb.com/api/json/v2/1/list.php?a=list
RECEPIES_API_INGRIDIENTS_LIST=https://www.themealdb.com/api/json/v2/1/list.php?i=list
RECEPIES_API_FILTER_INGRIDIENTS=https://www.themealdb.com/api/json/v2/1/filter.php?i=
RECEPIES_API_FILTER_CATEGORY=https://www.themealdb.com/api/json/v2/1/filter.php?c=
RECEPIES_API_FILTER_AREA=https://www.themealdb.com/api/json/v2/1/filter.php?a=
RECEPIES_API_LATEST=https://www.themealdb.com/api/json/v2/1/latest.php
NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=
GITHUB_ID=
GITHUB_SECRET=
RECEPIES_API_KEY=

Built With

Deployed on Vercel

Authors

License

This project is licensed under the MIT License - see the MIT license

recepies's People

Contributors

lukacspapp avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.