Welcome to the Catalog of My Things console app! This Ruby-based application allows you to manage collections of items you own, including books, music albums, movies, and games. You can keep track of various details about these items and perform tasks such as adding new items, listing items, and more.
This project is implemented using the Ruby programming language, known for its elegant syntax and flexibility. Ruby provides a suitable foundation for this Catalog of My Things code decoding project due to its ease of use and string manipulation capabilities.
This project is built using Ruby, a dynamic, open-source programming language known for its simplicity and productivity. Ruby's elegant syntax and powerful features make it a popular choice among developers.
- Implementation of functions using
def ...end
syntax. - Display output using
puts ...
. - Create classes using
class ...end
syntax. - Preserve the data in
json
format. - Retrieve data from the existing file and save to the their relavent arrays
- User Authentication: Implement a user authentication system to allow multiple users to have their own catalogs and keep their data separate.
- Search Functionality: Add a search feature that allows users to search for specific items in their catalog based on criteria such as title, author, or genre.
- Data Export/Import: Provide the ability to export and import catalog data to and from CSV or other common formats for backup and sharing purposes.
- Item Reviews: Allow users to leave reviews and ratings for items in their catalog, creating a personal rating system.
To get started with the Catalog of My Things app, follow the instructions below:
-
Clone the project repository: bash git clone https://github.com/ClaudiaRojasSoto/Catalog_Of_My_Things.git
-
Navigate to the project folder: bash cd catalog_of_my_things
To run the Catalog of My Things app, you'll need the following prerequisites:
- An integrated development environment (IDE) like Visual Studio Code.
- Ruby installed on your machine.
- Git installed on your machine.
- A GitHub account for version control.
Follow these steps to use the program:
-
Open your terminal.
-
Navigate to the directory where the program files are located using the
cd
command:bash cd /path/to/your/program/files
-
Start the Interactive Ruby (IRB) console by typing
irb
and pressing Enter:bash irb
-
Inside the IRB console, load the
main.rb
file to execute the program:ruby load 'main.rb'
-
The program will run, and you will see the main menu in the console, prompting you to choose an option.
-
Select an option by entering the corresponding number and follow any prompts for additional input.
-
Interact with the program as needed to perform tasks such as listing items, adding items, and more.
That's it! You've successfully executed the program and can manage your catalog of items.
This project was developed by:
👤 Claudia Rojas
- GitHub: @ClaudiaRojas
- LinkedIn: @ClaudiaRojas
👤 Pablo Bonasera
- GitHub: @PabloBona
- LinkedIn: @PabloBona
👤 Franck Kalunga
- GitHub: @FranckKalunga
- LinkedIn: @FranckKalunga
Q: Is there a plan to add more features to this application? A: Yes, the development team has plans to enhance this application's capabilities. One upcoming feature is to make the application executable via tactil, providing more convenience and accessibility to users.
Q: Where can I find more information about the Ruby programming language? A: For more information about Ruby, its features, and its community, visit the official Ruby website.
Contributions, issues, and feature requests are welcome! Feel free to check the issues page and contribute to the project.
If you find this project helpful, consider giving it a ⭐️ to show your support!
This project is licensed under the MIT License - you can click here to have more details MIT.