Skip to content

Vinted inspired console program for Object Oriented Programming class.

Notifications You must be signed in to change notification settings

ruilopesm/Vinted-POO

 
 

Repository files navigation

Projeto-POO-2223

Vintage is a simple console program made for Object Oriented Programming class.

Inpired by the website Vinted, it allows the user to sell clothes, as well as buy them from other users.

Visuals

Creating an item

image

Buying an item

image image

Installation

Vintage uses Java, Gradle to manage dependencies and JUnit for unit testing.

Requirements

  • Java 17
  • Git

Steps to install

git clone https://github.com/chicoferreira/Projeto-POO-2223
cd Projeto-POO-2223
./gradlew build

You can find the built jar file in build/libs. To run it, use java -jar build/libs/<generated jar>.

Authors

About

Vinted inspired console program for Object Oriented Programming class.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%