mr3abd / microblog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Micro Blog - Candidate Code Assessment

The Challenge

  • a micro blog is a micro-blog, like Twitter.
  • A working example of the app can be seen at https://amicroblog.herokuapp.com
  • Users can browse the list of posts, and individual posts, without logging in
  • Users need to login to post

Your challenge is to add the ability to like posts:

As a user, I want to like other users' posts So that they know I enjoyed what they wrote

Expectations

  • Candidates are welcome to spend as much time on this as they like, but we don't expect more than 1-2 hours effort.
  • The goal is to get the feature into the application - we should be able to see your submission by running the app, not by looking at the code
  • We don't expect a fully polished feature in this time, tell us in your submission what you'd do next if you had more time.

Submission format

  • Submit your assessment by forking this repository and sending us a Pull Request
  • Provide any details you think we should know in the body of your pull request

Running the application

  • a microblog runs on Ruby 3.0.3 and Rails 6.1.5
  • Start it like any Rails app
  • The app uses webpacker for styles and javascript

Implementation Details

About


Languages

Language:Ruby 74.0%Language:HTML 17.7%Language:JavaScript 5.7%Language:Shell 1.1%Language:SCSS 0.7%Language:CSS 0.7%Language:Procfile 0.1%