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!
- Host: GitHub
- URL: https://github.com/alevidals/intolerantia
- Owner: alevidals
- Created: 2024-08-01T16:14:48.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-09T22:21:14.000Z (10 months ago)
- Last Synced: 2024-08-10T16:49:22.417Z (10 months ago)
- Language: TypeScript
- Homepage: https://intolerantia.vercel.app
- Size: 2.43 MB
- Stars: 17
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Table of Contents
- [🖼️ Screenshots](#️-screenshots)
- [🌐 Website](#-website)
- [🚀 Getting Started](#-getting-started)
- [Dependencies](#dependencies)
- [Installation](#installation)# 🖼️ Screenshots
![]()
![]()
# 🌐 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
```