/group-shopping-list

A snazzy shopping list built using SQLite/Rails/React/Redux/Semantic-UI.

Primary LanguageRuby

Group Shopping List

Overview

Group Shopping List is a fullstack app that helps a group of people manage a weekly shopping list.

Install / Usage

  • install Ruby
  • install npm
  • gem install bundle
  • git clone https://github.com/rickgorman/group-shopping-list.git
  • cd group-shopping-list
  • bundle install
  • npm install
  • rails db:setup
  • rails s
  • open a browser and navigate to http://localhost:3000

The Stack

The app is built on Ruby/Rails/sqlite3 with a Javascript/React/Redux frontend. Semantic-UI is used for layout/styling.

Bugs/Todo:

  • Make increment/decrement actions asynchronous
  • Add multi-user support via WebSockets/Pusher

License

Author

Rick Gorman