This is a React-based food ordering application.
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open your browser at the URL shown in the terminal (usually
http://localhost:5173).
The .env file has been configured with public Swiggy API proxies. If these endpoints stop working, you may need to find new proxy URLs or use a CORS extension.
- The audio file
success.mp3used in the Cart component is missing. You can add a file namedsuccess.mp3to thepublicfolder (create one if it doesn't exist) to enable the order confirmation sound.