Skip to content

berrytechnics/Vegetable-Planting-Guide

Repository files navigation

Veg Guide

A web application that provides vegetable planting recommendations based on your USDA hardiness zone.

Features

  • Enter your zip code to get planting recommendations for your area.
  • View detailed planting tips for each vegetable.
  • Filter vegetables by category.

Development

Prerequisites

  • Node.js (v14 or higher)
  • Yarn

Installation

  1. Clone the repository:

    git clone <repository-url>
    cd veg_guide
  2. Install dependencies:

    yarn install
  3. Start the development server:

    yarn dev

Code Quality

This project uses ESLint and Prettier for code quality and formatting. To run the linter and formatter, use:

  • Lint: yarn lint
  • Format: yarn format

Building for Production

To build the project for production, run:

yarn build

License

This project is licensed under the MIT License.

Languages