Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Aranyalma2/JS-Hazi-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JS-Homework-2023

Description

This application is designed to anticipate the future by revealing the planets available and the space shuttles that travel between them.

Entities

Planets

  • Name
  • Size
  • Number of moons
  • Solar distance

Paths

  • Flight name
  • Departing planet
  • Arriving planet
  • Duration
  • Price

Views

On the main page you can see the list of planets and their properties. It is possible to add new planets to the list, edit and delete existing items. In addition, for each planet, you can list the paths that affect it in a different view.

Existing routes can be accessed in another view. For each planet, you can view the routes that affect it separately, but you can also view them all together. They can be edited in the same way as the planets. The view is shown for Jupiter:

The elements are created and edited in a simple form-based view where any attribute can be freely edited and then saved. After saving/editing the data, you are returned to the view from which you opened it.