adamteddychang / catalog-of-my-things

2 stars 1 forks source link

Catalog Of My Things

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.

Built With

Getting Started

To get a local copy up and running follow these simple example steps.

https://github.com/adamteddychang/catalog-of-my-things.git
git clone https://github.com/adamteddychang/catalog-of-my-things.git
cd catalog-of-my-things
bundle install
ruby main.rb

To run the tests

rspec
rspec spec spec/filename.rb

Prerequisites

Authors

👤 You-Wei (Adam) Chang

👤 Orçun Uğur

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.