amargopastor / shopping-list

πŸ› A shopping list made in REACT that also combines a recipe book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shopping list {

GitHub package.json version (branch) npm type definitions GitHub code size in bytes GitHub forks

Table of Contents

  1. Technologies
  2. About
  3. Set Up
  4. Project tree
  5. Honorable mentions

Technologies

About

A shopping list made in REACT that also combines a recipe book

Set Up

To download and start the project you need to run the following commands:

# Clone the project into your local pc
git clone https://github.com/amargopastor/shopping-list.git

# Move into it
cd shopping-list

# Install all the necessary dependencies (you can check them in the package.json)
yarn install

Commands Availables

Once you've set up the project you're ready to run the scripts. Here there are different options:

# Run the app
yarn dev || yarn run dev

Project tree

shopping-list
β”œβ”€ .gitignore
β”œβ”€ README.md
β”œβ”€ index.html
β”œβ”€ package.json
β”œβ”€ public
β”‚  └─ images
β”‚     └─ img1.png
β”œβ”€ src
β”‚  β”œβ”€ App.tsx
β”‚  β”œβ”€ components
β”‚  β”‚  β”œβ”€ FullRecipe.tsx
β”‚  β”‚  β”œβ”€ HaveIngredient.tsx
β”‚  β”‚  β”œβ”€ InputItem.tsx
β”‚  β”‚  β”œβ”€ Item.tsx
β”‚  β”‚  β”œβ”€ Recipe.tsx
β”‚  β”‚  └─ ShoppingList.tsx
β”‚  β”œβ”€ index.tsx
β”‚  └─ lib
β”‚     └─ useIngredients.tsx
β”œβ”€ tsconfig.json
└─ yarn.lock

Honorable mentions

  • 🍍

⬆ back to top

About

πŸ› A shopping list made in REACT that also combines a recipe book

License:MIT License


Languages

Language:TypeScript 94.7%Language:HTML 5.3%