Skip to content

ptrcc/bio-spec

Repository files navigation

bio-spec

Demo: https://bio-spec.vercel.app/

Bio-Spec is a web application developed for learning purposes, built with Next.js 14, showcasing plant details and photos sourced from the Trefle API. It serves as a platform for users to explore various plant species, view their details, and appreciate their beauty through photographs.

Getting Started

To get started with Bio-Spec, follow these steps:

  1. Clone this repository to your local machine.
cd bio-spec
  1. Install dependencies using npm or yarn.
npm install
# or
yarn install
  1. Obtain an API key from Trefle API by signing up at Trefle.
  2. Create a .env.local file in the root directory of the project and add your Trefle API key.
TREFFLE_TOKEN=foo
  1. Start the development server.
npm run dev
# or
yarn dev
  1. Open your browser and navigate to http://localhost:3000 to view Bio-Spec in action.