Skip to content

nzkevc/Plantr

 
 

Repository files navigation

Plantr

1st place project developed at the DEVS Hackathon 2024 (48hr) Hackathon Theme - Hack for Humanity

🌿 Plantr - an AI-powered plant matching web application 🌿

  • ⚡ AI-Powered Matching: Match with plants based on your personal preferences
  • 🤖 AI-Powered Search: Find any plant based on your preferences or special occasions.
  • 📚 PlantDex: Keep track of all your beloved plants.
  • 🛒 Buy, Trade, or Sponsor: Purchase, exchange, or sponsor plants in a sanctuary.
Plantr.demo.mp4

Tech Stack

  • React
  • Next.js
  • TypeScript
  • Firebase
  • TailwindCSS
  • OpenAI API
  • Pixabay API

Developers - Team Localhost

  • John Lin
  • Tony Lim
  • Adam Bodicoat
  • Hayley Smith
  • Owen Li
  • Kevin Cheung

1

Dev set up information

npm i

npm install daisyui or yarn install daisyui

To setup OpenAI and Pixabay's APIs

Add in the root of the project a file named .env.local and add your OpenAI and Pixabay API keys

OPEN_AI_API_KEY = YOUR-OPENAI-KEY
PIXABAY_API_KEY = YOUR-PIXABAY-KEY

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.2%
  • JavaScript 3.9%
  • CSS 0.9%