Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.52 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.52 KB

Recipe App

About

This project is a Recipe App developed as a challenge from Kodaschool.

Screenshots

App Screenshot App Screenshot

Setup Instructions

Prerequisites

Before setting up the project, ensure you have the following installed:

  • Flutter: Follow the Flutter installation guide to install Flutter and set up your environment.
  • Dart: Dart is included with Flutter.

Clone the Repository

To get a local copy of the project, follow these steps:

  1. Open your terminal or command prompt.
  2. Clone the repository by running the following command:
    git clone https://github.com/Nishan-Pradhan06/Recipe-App.git
  3. Navigate to the project directory:
    cd recipe-app

Installation

Once you have the project on your local machine, you need to fetch the required dependencies:

  1. Install dependencies by running the following command in the project directory:
    flutter pub get

By following these steps, you will have the project set up and ready to run on your local machine. If you encounter any issues during the setup process, ensure that Flutter and Dart are correctly installed and configured by running flutter doctor in your terminal.