This is the Ruby capstone group project, in this project we created a console app with an user interface.
The app allows you to add items of your choice, i.e. books or music albums, and it will also allow you to create a label or genre for said item.
The application preserves user data by using JSON files while exiting the application.
It will load data from the JSON files while starting up the application.
To get a local copy up and running follow these simple example steps.
https://github.com/adamteddychang/catalog-of-my-things.git
Get the directory that you want to clone the repository.
Open the command prompt in this directory.
Copy clone of the Repo
git clone https://github.com/adamteddychang/catalog-of-my-things.git
cd catalog-of-my-things
bundle install
ruby main.rb
rspec
rspec spec spec/filename.rb
👤 You-Wei (Adam) Chang
👤 Orçun Uğur
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.