Meu Rango is an advanced restaurant order management system with AI integration, designed to streamline operations and enhance customer experience. Built with modern web technologies, it offers a comprehensive solution for restaurants looking to digitize their ordering process and gain valuable insights into their business.
- 🍽️ Digital Menu Management
- 📊 Sales Analytics and Reporting
- 🤖 AI-Powered Recommendations
- 🔐 Secure Authentication with Firebase
- 📱 Responsive Design for All Devices
- 🌐 Multilingual Support (English and Portuguese)
- Frontend: React with Next.js
- Language: TypeScript
- Styling: Tailwind CSS
- Backend & Authentication: Firebase
- State Management: React Context API
- Internationalization: react-i18next
- Charts: Recharts
-
Clone the repository
git clone https://github.com/your-username/meu-rango.git
-
Install dependencies
cd meu-rango npm install
-
Set up environment variables
- Create a
.env.local
file in the root directory - Add your Firebase configuration:
NEXT_PUBLIC_FIREBASE_API_KEY=your_api_key NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=your_auth_domain NEXT_PUBLIC_FIREBASE_PROJECT_ID=your_project_id ...
- Create a
-
Run the development server
npm run dev
-
Open http://localhost:3000 in your browser
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.