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.
- 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.
- Front-End: HTML, CSS, Bootstrap
- Scripting: JavaScript, jQuery
- Back-End: PHP
- Data Handling: JSON
- The application retrieves restaurant data from a local JSON file.
- Users can search for restaurants by city and name, view details, and submit ratings or comments.
- Feedback and ratings are dynamically updated and displayed.
- Clone this repository:
git clone https://github.com/sathiyavalli/Restaurant-Finder-Web-Application-with-Feedback-and-Ratings.git
- Open index.html in your browser to start exploring the functionality.
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.
Contributions, issues, and feature requests are welcome! Feel free to fork the repository and submit a pull request.
This project is open-source and available under the MIT License.