Skip to content

Latest commit

 

History

History
63 lines (51 loc) · 1.2 KB

README.md

File metadata and controls

63 lines (51 loc) · 1.2 KB
pizza logo

🍕 Pizza Cart

Pizza Cart Application in React ⚛️ & Styles Components :atom:.

🧨 Getting Started

Follow the below steps to get the project working.

  1. Install the dependencies:

    # Using NPM
    npm install
    
    # Using Yarn
    yarn
  2. Run using:

    # Using NPM
    npm start
    
    # Using Yarn
    yarn start

⚡ Features List

  1. Listing all pizzas from this endpoint
  2. Custom UI - Styled Components
  3. SPA design
  4. Redux State Management
  5. Dynamic Cart checkout

🗃 Tech Stack

Technology Purpose
React JS Frontend
Redux State Management
Styled Components UI Components