/react-recipes

React-based recipe tracking app. It allows a user to add new recipes, display a list of recipes, and delete a recipe from the list by clicking a delete button.

Primary LanguageJavaScript

React Recipes

This project is a React-based recipe tracking app. It allows a user to add new recipes, display a list of recipes, and delete a recipe from the list by clicking a delete button.

Installing

  1. Clone this repository to your local machine.

  2. Navigate to the project directory and run the following command to install the required dependencies:

npm install
  1. To start the app, run the following command:
npm start

This will launch the app in your browser at http://localhost:3000/.