An open API service indexing awesome lists of open source software.

https://github.com/alevidals/intolerantia

IntolerantIA is an app where you will be able to take a quick look at the restaurant's menu to see what foods you can and cannot eat. Especially useful for people with allergies and intolerances. This project is for the hackathon that Midudev + Vercel did!
https://github.com/alevidals/intolerantia

Last synced: 6 months ago
JSON representation

IntolerantIA is an app where you will be able to take a quick look at the restaurant's menu to see what foods you can and cannot eat. Especially useful for people with allergies and intolerances. This project is for the hackathon that Midudev + Vercel did!

Awesome Lists containing this project

README

        



logo



The place where you can be sure that the food you eat is safe.


Table of Contents

- [🖼️ Screenshots](#️-screenshots)
- [🌐 Website](#-website)
- [🚀 Getting Started](#-getting-started)
- [Dependencies](#dependencies)
- [Installation](#installation)

# 🖼️ Screenshots


Mobile screenshot


Desktop screenshot

# 🌐 Website

If you want to see the website, you can visit [IntolerantIA](https://intolerantia.vercel.app).

# 🚀 Getting Started

## Dependencies

> [!IMPORTANT]
> This project requires **Node.js version 20** or higher.

```bash
# Install pnpm if you don't have it:
npm install -g pnpm
```

## Installation

1. Clone the repository

```bash
git clone https://github.com/alevidals/intolerantIA.git
```

2. Install the packages

```bash
pnpm install
```

3. Execute the project

```sh
pnpm run dev
```