Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jasonmdev/rails-to-do

This a simple single-page Todo App. Multiple lists of todo items can be generated. Each todo list contains its own todo items. These can be marked as completed or deleted.
https://github.com/jasonmdev/rails-to-do

rails ruby ruby-on-rails todo todoapp

Last synced: 11 days ago
JSON representation

This a simple single-page Todo App. Multiple lists of todo items can be generated. Each todo list contains its own todo items. These can be marked as completed or deleted.

Awesome Lists containing this project

README

        

# ToDo App
## rails-to-do
This a simple single-page Todo App.
![Alt text](app/assets/images/homepage.jpg?raw=true "Hompage")

## Introduction
Multiple lists of todo items can be generated.
Each todo list contains its own todo items.
These can be marked as completed or deleted.

This is based on the blog site that [*Mackenzie Child: How To Build A Todo App In Rails 4*](https://mackenziechild.me/) has build.
However it has been built using Rails 5.

For more information, see [*Mackenzie Child*](https://mackenziechild.me/).

## Software Versions
* Rails 5.0.2
* Ruby 2.3.0
* RVM 1.29.1

## Features
These are some of the features that have been added to the web page.
* A Todo List Scaffold for main todo lists
* A Todo Item model and controller for individual items associated with the main todo Lists
* A patch method to be able to show items as complete
* Front-end styling (Credit to Mackenzie Child)

## Further information
### Rails Commands
Commands used to create models and controllers.
[*link*](COMMANDS.md)

### Snapshots
These are snapshots of the various pages of the app.
[*link*](SNAPSHOTS.md)