Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 683 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 683 Bytes

Food-Shop App

This is a frontend application for a Food-Shop app built with React.js, Tailwind CSS, and JavaScript. The app allows users to browse various kinds of fast food items, add them to the cart, and view details about the cart and prices.

Features

  • Browse various kinds of fast food items.
  • Add items to the cart.
  • View details about the cart and prices.

Technologies Used

  • React.js
  • Tailwind CSS
  • JavaScript

Getting Started

To get started with this project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Ajor-Saha/Food-Delivery-App
    
cd Food-Delivery-App
npm install
npm run dev