Page for viewing random plants around the world.
- React
- TypeScript
- Vite
- Chakra UI
- The API used is the Perenual API, specifically the endpoint
https://perenual.com/api/v2/species-list. - The API key is required to use the API.
VITE_API_KEY: The API key for the Perenual API.VITE_API_URL: The API URL for the Perenual API.
- Clone this repository. And then install the dependencies using:
npm install- Run the development server using:
npm run devMIT
