https://github.com/regalk13/amazon_viewer
Project Amazon Viewer on Java SE
https://github.com/regalk13/amazon_viewer
amazon java javaee javase
Last synced: 2 months ago
JSON representation
Project Amazon Viewer on Java SE
- Host: GitHub
- URL: https://github.com/regalk13/amazon_viewer
- Owner: regalk13
- License: mit
- Created: 2021-06-25T20:08:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-02T01:04:33.000Z (over 4 years ago)
- Last Synced: 2025-01-22T19:46:22.655Z (about 1 year ago)
- Topics: amazon, java, javaee, javase
- Language: Java
- Homepage:
- Size: 2.21 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Amazon Viewer
Amazon Viewer is a personal project to learn basic Java and more advanced things.
(Not to be serious I just wanted to put all my java knowledge in a repo).
## Installation
Clone the project in your IDE for the basic version, the advanced version has other measures see it in its respective branch and README.
## Usage
The use is simple is a emulation of all amazon services you can see movies, series, read books and more. just run main and the rest is very intuitive.
## What it use
A lot of java stuff is used at a basic level from imports my own library, classes, nested classes and interfaces. To save the data of the movies it is inside arrays so that the variables of the seen change when closing the program. This was solved in the advanced version with a database.
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
MIT