Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jasonmdev/rails-to-do
- Owner: JasonMDev
- Created: 2017-03-04T20:30:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-04T21:59:59.000Z (almost 8 years ago)
- Last Synced: 2024-11-19T05:56:35.030Z (2 months ago)
- Topics: rails, ruby, ruby-on-rails, todo, todoapp
- Language: Ruby
- Size: 158 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)