Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.54 KB

File metadata and controls

39 lines (30 loc) · 1.54 KB

Restaurant Finder Web Application

A restaurant-based web application designed to showcase how JavaScript and jQuery can be used for interactive functionalities like finding the best restaurants, viewing details, and submitting feedback.

Features

  • Fetch restaurant details (phone, dish, cost, hours) from a JSON file.
  • Display feedback and allow users to submit new comments.
  • Interactive rating system with dynamic highlight effects using jQuery.
  • Cross-browser compatibility with responsive design.

Technologies Used

  • Front-End: HTML, CSS, Bootstrap
  • Scripting: JavaScript, jQuery
  • Back-End: PHP
  • Data Handling: JSON

How It Works

  1. The application retrieves restaurant data from a local JSON file.
  2. Users can search for restaurants by city and name, view details, and submit ratings or comments.
  3. Feedback and ratings are dynamically updated and displayed.

Getting Started

  1. Clone this repository:
    git clone https://github.com/sathiyavalli/Restaurant-Finder-Web-Application-with-Feedback-and-Ratings.git
  2. Open index.html in your browser to start exploring the functionality.

Usage

This project is ideal for:

Learning how to integrate JSON with front-end technologies. Understanding interactive UI/UX with JavaScript and jQuery. Building lightweight, data-driven web applications.

Contributing

Contributions, issues, and feature requests are welcome! Feel free to fork the repository and submit a pull request.

License

This project is open-source and available under the MIT License.