Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 903 Bytes

File metadata and controls

13 lines (9 loc) · 903 Bytes

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

foodi-client-frontend

The frontend is built with React.js, which handles everything that the user sees and interacts with, such as the restaurant listings, menus, and buttons to place an order. I used Tailwind CSS to make the app look clean and responsive on different devices, so users can easily access it on their phones, tablets, or computers. The frontend also connects to Firebase for user authentication, allowing users to sign up or log in.