r2hu1 / Culina-Share

A recipe app with the ability to save, share and discover recipes from various cuisines. (an assignment for internship)

Home Page:https://culinashar-e.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Culina Share

A recipe app with the ability to save, share and discover recipes from various cuisines. (an assignment for internship)

preview

Tech stack

Features

  • Authentication
  • Explore recipes
  • Search recipes
  • Filter recipes
  • Trending recipes
  • Save your favorite recipes
  • Share your recipes

How to setup localy

  • Fork the repo
  • Clone the forked repo
git clone https://github.com/[username]/culina-share.git
  • Install dependencies
npm install
  • Setup clerk and mongodb environment variables
MONGO_URI=''
CLERK...
  • Start the server
npm run dev
  • Open http://localhost:3000 in your browser

About

A recipe app with the ability to save, share and discover recipes from various cuisines. (an assignment for internship)

https://culinashar-e.vercel.app


Languages

Language:JavaScript 97.7%Language:CSS 2.3%