vellons / EatAdvisor

A boring university project, build with Java 13 and Swing, to manage restaurant reviews

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EatAdvisor

A boring university project, build with Java 13, to manage restaurant reviews.

EatAdvisor

The goal of the EatAdvisor project is to create an evaluation system for restaurants based on the opinions expressed by customers. The ratings are expressed on a scale from 1 to 5 stars, where 5 stars represents the maximum score. Together with the numerical judgment, each customer can also leave a textual comment of up to 256 characters.

All data are stored in two files:

  • EatAdvisor.data: that contains all the information on restaurants, and the opinions expressed by customers
  • Users.data: in which all the users registered on EatAdvisor are saved.

Structure

EatAdvisor diagram

Some screen

EatAdvisor login

EatAdvisor Login

EatAdvisor restaurant list

EatAdvisor List

EatAdvisor restaurant detail

EatAdvisor Login

About

A boring university project, build with Java 13 and Swing, to manage restaurant reviews

License:MIT License


Languages

Language:Java 100.0%