-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Blair Anderson
committed
Mar 28, 2015
1 parent
bacf066
commit 8d125d7
Showing
3 changed files
with
38 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,32 @@ | ||
== ReddiHackerHunt | ||
# Reddit-Hackernews-ProductHunt Clone on Rails | ||
|
||
This is the `readme.md` for a Ruby on Rails application that mimics social news link sharing websites like HackerNews, ProductHunt, and Reddit. | ||
|
||
Obviously the styling is different but the base functionality exists. | ||
|
||
### Why? | ||
|
||
Because when i was learning to program, I wanted to play with code that had a familiar model and get some instant gratification. | ||
|
||
The problem with learning to code is the learning-curve. Shit is real and painful and i found that the best cure for the pain was cloning an app with features and tweaking until it broke and learning along the way. | ||
|
||
I think this is why wordpress is SO popular. Its stupid-easy to fire-up, and changes come with one-click package installs and tiny code changes. | ||
|
||
|
||
|
||
### Features | ||
|
||
- A visitor can view the list of items | ||
- A visitor can view a single item and comment on it | ||
- A visitor can register for an account | ||
- A user can login and logout | ||
- A user can submit a new item | ||
- A user can like/unlike an item | ||
|
||
|
||
### Deploy? | ||
|
||
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy) | ||
|
||
### Changing the Code!!! | ||
|
||
features: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"name": "Reddit-Hackernews-ProductHunt Clone on Rails", | ||
"description": "Ruby on Rails application that mimics social news link sharing websites like HackerNews, ProductHunt, and Reddit.", | ||
"repository": "github.com:blairanderson/rails-hackernews-reddit-producthunt-clone", | ||
"logo": "https://hackernews-rails-clone.herokuapp.com/rrhnclone.png", | ||
"keywords": ["rails", "ruby-on-rails", "hackernews", "producthunt", "reddit"] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.