All Projects → blairanderson → Rails Hackernews Reddit Producthunt Clone

blairanderson / Rails Hackernews Reddit Producthunt Clone

Licence: mit
hacker news / reddit / social link-sharing website. Built with Rails.

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Rails Hackernews Reddit Producthunt Clone

Flews
A multi-service news app written in Flutter
Stars: ✭ 148 (+38.32%)
Mutual labels:  hacker-news, reddit
hacker-feeds-cli
📰 A command line tool for Hacker News、 Product Hunt、 GitHub Trending 、Reddit and V2EX feeds.
Stars: ✭ 129 (+20.56%)
Mutual labels:  reddit, hacker-news
serializer
A linearizing social tech news reader
Stars: ✭ 89 (-16.82%)
Mutual labels:  reddit, hacker-news
Clone Wars
100+ open-source clones of popular sites like Airbnb, Amazon, Instagram, Netflix, Tiktok, Spotify, Whatsapp, Youtube etc. See source code, demo links, tech stack, github stars.
Stars: ✭ 12,604 (+11679.44%)
Mutual labels:  clone, reddit
hackertab.dev
Hackertab turns your New Tab page into a geeky one that keeps you as a developer updated with the best tools, news, jobs and events.
Stars: ✭ 229 (+114.02%)
Mutual labels:  reddit, hacker-news
Stories
Medium clone built with Ruby on Rails
Stars: ✭ 688 (+542.99%)
Mutual labels:  clone, rails
Hackernewsbot
📰 Telegram bot that posts new hot stories from Hacker News to telegram channel
Stars: ✭ 103 (-3.74%)
Mutual labels:  hacker-news
Rails Env Credentials
Enhances Rails credentials for multiple environments
Stars: ✭ 105 (-1.87%)
Mutual labels:  rails
Coding further
"Coding further" is made for my students who graduated from Le Wagon coding bootcamp and are just now exploring the world of programming.
Stars: ✭ 103 (-3.74%)
Mutual labels:  rails
React Activestorage Provider
A React component that allows easy file upload using ActiveStorage
Stars: ✭ 102 (-4.67%)
Mutual labels:  rails
Slide
Slide is an open sourced, ad free Reddit browser for Android
Stars: ✭ 1,619 (+1413.08%)
Mutual labels:  reddit
Brimir
Email helpdesk built using Ruby on Rails and Zurb Foundation
Stars: ✭ 1,404 (+1212.15%)
Mutual labels:  rails
Reddit Analyzer
find out when and where someone is posting to reddit
Stars: ✭ 105 (-1.87%)
Mutual labels:  reddit
Ruby Getting Started
Getting Started with Ruby on Heroku
Stars: ✭ 103 (-3.74%)
Mutual labels:  rails
Rack Weixin
微信公众平台 开放消息接口 Rack Middleware
Stars: ✭ 105 (-1.87%)
Mutual labels:  rails
Activestorage Aliyun
Wraps the Aliyun OSS as an Active Storage service.
Stars: ✭ 103 (-3.74%)
Mutual labels:  rails
Mvvm Reddit
A companion project for our blog post on better Android software development using MVVM with RxJava.
Stars: ✭ 106 (-0.93%)
Mutual labels:  reddit
Premailer Rails
CSS styled emails without the hassle.
Stars: ✭ 1,382 (+1191.59%)
Mutual labels:  rails
Pakcrack
All in 1 Pakisthani Facebook Cloner [ 7/8/9/10/11 DIGIT ]
Stars: ✭ 105 (-1.87%)
Mutual labels:  clone
Rubocop Rails config
RuboCop configuration which has the same code style checking as official Ruby on Rails.
Stars: ✭ 106 (-0.93%)
Mutual labels:  rails

Reddit-Hackernews-ProductHunt Clone on Rails

Maintained by Blair Anderson - Amazon Consultant

Open Source Helpers

DEMO

Screenshot

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
  • Google Analytics Integration

Deploy?

Deploy

learn more about

Change the Code!!!

My main goal for this is to give new programmers some code to look at and talk about. Anytime i get questions, I plan to add them here...

Open your terminal

$ git clone [email protected]:blairanderson/rails-hackernews-reddit-producthunt-clone.git
$ cd rails-hackernews-reddit-producthunt-clone
$ bundle
$ bundle exec rake db:create db:migrate db:seed

Lets look at some code

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].