Skip to content

Latest commit

 

History

History
72 lines (52 loc) · 2.02 KB

File metadata and controls

72 lines (52 loc) · 2.02 KB

Books Check Out System

Pharo Smalltalk (10.0) based desktop app to manage libraries, users and books check out following this assignment

Licence

Screenshots

screenshot1 screenshot1

Built With

  • PHARO

Getting Started

  • Import the project package into your image by using the following code in your Pharo Playground
Metacello new
baseline:'Administrador';
repository: 'github://facundoMunoz/books-check-out-system:main/src'; load.

Usage

  • Use the following method to start the app
SistemaVisual crear

Example

  • The app has no data by default, to create example libraries, users and check outs use the following code instead
SistemaVisual crearConDatos

Contact

GITHUB LINKEDIN

Acknowledgments

This project was made using the following recources ❤️

  • Aytar O. (2002). A guide to work with squeak morph classes. Northeastern University