A web application that provides vegetable planting recommendations based on your USDA hardiness zone.
- Enter your zip code to get planting recommendations for your area.
- View detailed planting tips for each vegetable.
- Filter vegetables by category.
- Node.js (v14 or higher)
- Yarn
-
Clone the repository:
git clone <repository-url> cd veg_guide
-
Install dependencies:
yarn install
-
Start the development server:
yarn dev
This project uses ESLint and Prettier for code quality and formatting. To run the linter and formatter, use:
- Lint:
yarn lint - Format:
yarn format
To build the project for production, run:
yarn buildThis project is licensed under the MIT License.