{"id":25024015,"url":"https://github.com/anashany2193/mern-food-ordering-frontend","last_synced_at":"2026-04-09T02:02:37.090Z","repository":{"id":259542198,"uuid":"876892042","full_name":"AnasHany2193/mern-food-ordering-frontend","owner":"AnasHany2193","description":"The frontend for the MERN Food Ordering app provides a seamless user experience for browsing restaurants, filtering by cuisine, managing cart items, and completing secure checkouts with Stripe. Integrated with Auth0 for authentication, it also supports order tracking and history.","archived":false,"fork":false,"pushed_at":"2024-10-31T01:42:06.000Z","size":21348,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-26T09:11:13.116Z","etag":null,"topics":["auth0","react","react-dom","react-node","redix-ui","sonner","tailwind"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AnasHany2193.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-10-22T18:14:46.000Z","updated_at":"2024-10-31T01:42:10.000Z","dependencies_parsed_at":"2024-10-26T11:03:16.814Z","dependency_job_id":"165d38ef-1eb0-42d7-9a6e-1b4070b99931","html_url":"https://github.com/AnasHany2193/mern-food-ordering-frontend","commit_stats":null,"previous_names":["anashany2193/mern-food-ordering-frontend"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/AnasHany2193/mern-food-ordering-frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnasHany2193%2Fmern-food-ordering-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnasHany2193%2Fmern-food-ordering-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnasHany2193%2Fmern-food-ordering-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnasHany2193%2Fmern-food-ordering-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AnasHany2193","download_url":"https://codeload.github.com/AnasHany2193/mern-food-ordering-frontend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnasHany2193%2Fmern-food-ordering-frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31581864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"online","status_checked_at":"2026-04-09T02:00:06.848Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["auth0","react","react-dom","react-node","redix-ui","sonner","tailwind"],"created_at":"2025-02-05T15:38:43.432Z","updated_at":"2026-04-09T02:02:37.074Z","avatar_url":"https://github.com/AnasHany2193.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MERN Food Ordering - Frontend 🍔🍕🍜\n\nWelcome to the frontend repository for **MERN Food Ordering App**! This is the user interface of the platform, built with **React**, **React Router**, and **Auth0** for authentication. The app enables users to browse restaurants, search for cuisines, add items to the cart, and securely check out via Stripe.\n\n## Project Overview 🎨\n\nThis frontend is designed to integrate with the backend API [here](https://github.com/AnasHany2193/mern-food-ordering-backend). Together, they offer a complete food ordering experience.\n\n### Key Features 🌟\n\n- **User Authentication**: Auth0 integration for seamless login and registration.\n- **Restaurant Browsing**: Explore local restaurants, search and filter results.\n- **Cart \u0026 Checkout**: Add items, review the cart, and check out with Stripe.\n- **Order History**: Track previous orders and status in real time.\n\n## Project Video 📹\n\n![A demo video](src/assets/mern-food-ordering.mp4)\n\n## Setup Guide 🛠\n\n### Prerequisites\n\n- Node.js \u0026 npm\n- Backend API (ensure [backend setup](https://github.com/AnasHany2193/mern-food-ordering-backend) is complete)\n\n### Installation Steps\n\n1. **Clone the repository**:\n\n   ```bash\n   git clone https://github.com/AnasHany2193/mern-food-ordering-frontend.git\n   cd mern-food-ordering-frontend\n   ```\n\n2. **Install dependencies**:\n\n   ```bash\n   npm install\n   ```\n\n3. **Configure Environment Variables**:\n   Create a `.env` file in the root with the following variables:\n\n   ```plaintext\n   VITE_API_BASE_URL=http://localhost:7000\n   VITE_AUTH0_DOMAIN=\u003cYour Auth0 Domain\u003e\n   VITE_AUTH0_CLIENT_ID=\u003cYour Auth0 Client ID\u003e\n   VITE_AUTH0_REDIRECT_URI=\u003cYour Stripe Public Key\u003e\n   VITE_AUTH0_AUDIENCE=\u003cYour Auth0 API Audience\u003e\n   ```\n\n4. **Run the App**:\n\n   ```bash\n   npm start\n   ```\n\n   The app will be available at `http://localhost:3000`.\n\n## Backend Setup 🌐\n\nTo complete the integration, ensure the backend setup is configured and running as detailed [here](https://github.com/AnasHany2193/mern-food-ordering-backend).\n\n## Contributing 🤝\n\nWe welcome issues, pull requests, and feedback!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanashany2193%2Fmern-food-ordering-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanashany2193%2Fmern-food-ordering-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanashany2193%2Fmern-food-ordering-frontend/lists"}