Skip to content

jane-does-coding/cooking-website

Repository files navigation

Cooking Website

Screenshot 2024-08-29 at 8 33 42 AM Screenshot 2024-08-29 at 8 33 55 AM Screenshot 2024-08-29 at 8 34 10 AM Screenshot 2024-08-29 at 8 34 22 AM

Technologies used

Technologies

Demo

Recipes Site - Live Demo

Functionality

  • Authentication with password encryption
  • Create Recipe
  • Edit Recipe
  • Delete Recipe
  • Sort/filter Recipes
  • Search Recipe - TODO
  • Grid/List View - TODO

Pages

  • landing
  • about
  • recipes
  • page for each category
  • create recipe
  • edit recipe
  • register
  • login
  • recipe
  • saved
  • profile

Run Locally

Clone the project

  git clone https://github.com/jane-does-coding/cooking-website

Go to the project directory

  cd my-project

Install dependencies

  npm i

Add .env

  DATABASE_URL=
  NEXTAUTH_SECRET=

Start the server

  npm run dev

oh well