About
A SPA built with React and Redux over a rails API to enable CRUD operations on tasks. Uses react-beautiful-dnd to allow users to change the priorities of a task by clicking and dragging up or down.
Installation
* Clone this repository
$ git clone https://github.com/isaiah3031/bug_tracker
# Go into the repository
$ cd bug_tracker
# install frontend and backend dependencies
$ bundle install
$ yarn install
# Run
$ rails s
- Credits