Giter Club home page Giter Club logo

programming_articles's Introduction

Programming Articles

This is a rails blogging app designed for publishing programming articles. Users can create articles, categorize these articles, and vote.

screenshot

  • Users can log in to the app, only by typing the username.
  • Users are presented with the homepage that includes:
    1. Featured article with full-width image and title in the first row. This is the article with the biggest number of votes.
    2. Latest article on the website right next to the featured article.
    3. List of all categories in order of priority. Each category displayed as a square with its name on the top and its most recent article's title at the bottom. The background image is the image of the most recent article in this category.
  • When the user clicks the category name they can see all articles in that category
    1. Articles are sorted by most recent.
    2. Each article displays an image, title, truncated text as a preview, and its author name.
    3. Users can click the Read more button to read the full article.
    4. Users can click the star icon to vote article.
  • Each page uses the same top menu and footer
    1. Top menu has user controls and categories listed as sections.
    2. Users can click their username and see their written articles.
  • When the user opens the "Write an article" page:
    1. A form with all necessary fields is displayed.
    2. Users can use the rich text field to design their articles.

By default it only has username authentication, but it can be easily replaceable with a devise.

Built With

  • Ruby on Rails 6.1
  • Bootstrap 4.6
  • Ruby 3.0
  • Font Awesome

Live Demo

Live Demo Link

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

You need Ruby & Postgresql in order to run this application on your Machine

Setup

  • Install Ruby, Rails, and Postgresql to your computer by following this guide

Install

  • Clone this git repository.
        git clone https://github.com/sinansevgi/reformer.git
  • Open the terminal in the project directory using 'cd programming_articles'.
  • Use bundle install to install Ruby dependencies.
  • Use yarn install to install Javascript dependencies.
  • From the terminal run rails db:create
  • From the terminal run rails db:migrate

Usage

  • You can start the server with rails s
  • Visit http://localhost:3000 from your browser

Authors

๐Ÿ‘ค Sinan Sevgi

๐Ÿค Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give an โญ๏ธ if you like this project!

Acknowledgments

๐Ÿ“ License

This project is MIT licensed.

programming_articles's People

Contributors

sinansevgi avatar dependabot[bot] avatar

Watchers

 avatar

programming_articles's Issues

Peer to Peer Code Review

Great Project! It reflects great efforts and thoughtful practices. The overall layout is very pleasant and the slider menu for mobile is a nice add-on.
To improve the project further, you can add integration tests. It helps to determine a smooth flow between different independent units of your application.

Happy Coding!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.