Welcome to the Food Info App, a simple and intuitive application designed to help you eat healthy and stay informed. This app utilizes React.js and JSX to provide a user-friendly interface inspired by iOS.
- Quick Search: Search for foods by name or barcode.
- Detailed Information: Get instant details on calories, proteins, carbohydrates, fat, and ingredients.
- Dark Mode: Enable Dark Mode for comfortable browsing at night.
- Settings: Customize the app to your preferences by switching between different modes.
Explore a live demo of the app here.
To install the app locally, follow these steps:
- Clone the repository:
git clone https://github.com/dein-benutzername/food-info-app.git
cd food-info-app
- Install dependencies:
npm install
- Start the development server:
npm start
- Open the app:
Open your browser and go to
http://localhost:3000
to test the app locally.
- Fork the repository
- Create a branch (
git checkout -b feature/your-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin feature/dein-feature
) - Create a new Pull Request
- React.js
- JSX
- HTML/CSS
- JavaScript
- Lukas9627