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
- React
- Next.js
- TypeScript
- Firebase
- TailwindCSS
- OpenAI API
- Pixabay API
- John Lin
- Tony Lim
- Adam Bodicoat
- Hayley Smith
- Owen Li
- Kevin Cheung
npm i
npm install daisyui
or
yarn install daisyui
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
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.