This is a rudimentary SPA app - Vanilla JS, and a back end Rails API.
Users can log their problems and descriptions of them. They can also delete them, by hitting solve
.
-
Fork & Clone
-
Run rails server (
rails s
) from inside back end folder -
Run
open index.html
from inside front end folder