Live Demo : https://restuurant.netlify.app/
- React - A JavaScript library for building user interfaces
- Vite - A fast development build tool
- Tailwind CSS - Utility-first CSS framework for styling
Ensure you have these installed:
Node.js (v14 or higher)
npm
- Clone this repository: git clone https://github.com/mahimerror/restaurant.git
- Navigate to the project directory: cd restaurant
- Install the dependencies: npm install
- Start the development server: npm run dev
- Open http://localhost:5173/ in your browser to view the project.
- Responsive design with mobile and desktop views.
- Intuitive and user-friendly interface.
- Dynamic filtering and search capabilities.
- Tailored backend functionality for seamless data processing.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh