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.
To get started with Bio-Spec, follow these steps:
- Clone this repository to your local machine.
cd bio-spec
- Install dependencies using npm or yarn.
npm install
# or
yarn install
- Obtain an API key from Trefle API by signing up at Trefle.
- Create a .env.local file in the root directory of the project and add your Trefle API key.
TREFFLE_TOKEN=foo
- Start the development server.
npm run dev
# or
yarn dev
- Open your browser and navigate to http://localhost:3000 to view Bio-Spec in action.