cannonspears / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/.

About

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.


Languages

Language:JavaScript 80.2%Language:HTML 11.9%Language:CSS 8.0%