Skip to main content

Track Your Culinary Adventures

Reseñas Gastronómicas helps you manage and organize your restaurant reviews with real-time updates, star ratings, and beautiful statistics.

1-10 Star Ratings
Detailed scoring system
🔥
Real-time Updates
Powered by Firebase
📊
Statistics Dashboard
Track best & worst dishes

Quick Start

Get up and running in minutes

1

Install Dependencies

Clone the repository and install the required packages.
npm install
The application requires Node.js and npm to be installed on your system.
2

Configure Firebase

Set up your Firebase project and add your credentials to the configuration file.
// src/js/data/firebase-config.js
export const firebaseConfig = {
  apiKey: "your-api-key",
  authDomain: "your-auth-domain",
  projectId: "your-project-id",
  storageBucket: "your-storage-bucket",
  messagingSenderId: "your-messaging-sender-id",
  appId: "your-app-id"
};
Visit the Firebase Setup Guide for detailed configuration instructions.
3

Start the Application

Run the development server to see your application in action.
npm run dev
Your application will be available at http://localhost:3000.

Core Features

Everything you need to manage your gastronomic reviews

Review Management

Create, edit, and manage detailed reviews for your favorite restaurants and dishes with support for multiple reviewers.

Search & Filters

Quickly find reviews using powerful search and filtering by restaurant, dish name, or review content.

Statistics Dashboard

Track your dining experiences with comprehensive statistics including best dishes, averages, and trends.

Star Rating System

Rate dishes on a 1-10 scale with an intuitive star rating interface that makes scoring easy.

How-to Guides

Learn how to make the most of Reseñas Gastronómicas

Adding Reviews

Step-by-step guide to creating your first restaurant review

Searching Reviews

Master the search and filter features to find exactly what you need

Firebase Setup

Configure Firebase for real-time data synchronization

Customization

Customize colors, styles, and behavior to match your preferences

Developer Resources

Explore the architecture and module reference

Architecture

Understand the modular JavaScript architecture

Modules

Explore the core modules and their responsibilities

Firebase Integration

Learn how Firebase powers real-time features

Ready to Track Your Culinary Adventures?

Start managing your restaurant reviews with real-time updates, beautiful statistics, and an intuitive interface.

Get Started Now