Let's Meal is a mobile application developed with React Native that allows users to explore and order meals from various restaurants. It utilizes Lottie for animations, Styled Components for styling, Google API for rendering restaurant locations, Firebase for data storage, and Stripe for payment simulation.
- Browse available restaurants
- View restaurant details, including location on google maps
- Explore the menu and select items
- Simulate the payment process using Stripe
To run the Let's Meal application locally, follow these steps:
- Clone the repository:
git clone https://github.com/Renato1478/lets-meal.git
- Navigate to the project directory:
cd lets-meal
- Install the dependencies:
npm install
- Configure the Firebase and Stripe API keys:
- Create a project in Firebase and obtain the necessary credentials.
- Configure your Stripe account and obtain the required API keys.
- Start the application:
npm start
This will start the Metro Bundler and provide options to run the application on an emulator or physical device.
Contributions are welcome! If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License.