Git Product home page Git Product logo

prework_blog's Introduction

Pre-work - coderschool-prework-blog

coderschool-prework-blog is a Ruby on Rails blog application.

Submitted by: Nguyen Huy Minh

Time spent: 30 hours spent in total

URL: https://coderschool-prework-blog.herokuapp.com/articles

User Stories

The following required functionality is complete:

  • User can create a new post, formatted using the Markdown language.
  • User can edit an existing post.
  • There is one post that introduces the App Creator with name, picture.
  • User can delete stories, with an alert that asks the user to confirm.
  • User see a search form on the Posts page.
  • User can submit a search term to find all posts bywith titles containing the search term.

The following optional features are implemented:

  • There is a "navbar" that is responsive to window size similar to http://v4-alpha.getbootstrap.com/examples/navbar/.
  • User can see how many views a post has.
  • User can leave a comment on a post.
  • User can add "tags" to a post, and filter posts by tag.

The following additional features are implemented:

  • Add preview button to view the article body before committing

Video Walkthrough

Here's a walkthrough of implemented user stories:

Video Walkthrough

GIF created with Byzanz.

Notes

Describe any challenges encountered while building the app.

  • Don't have much knowledge about the bootstrap
  • The conflicts between localhost and heroku site. The localhost can use the destroy method while the heroku can't.
  • Limitation knowledge in rails framework .

License

Copyright [2016] [Nguyen Huy Minh]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

prework_blog's People

Contributors

minhhuynguyen91 avatar

Watchers

 avatar

prework_blog's Issues

Thanks!

Hi @minhhuynguyen91, thanks for your submissions ๐Ÿ‘. It's great to see that you continued to improve your submission over time.

Happy New Year! We're on the first working day of 2017 and it's fun reviewing your submission.

Great things

  • A good README file with notes on challenges you face
  • Completion of all features!!
  • Good job with using nested routes for article comments
  • Great job using Byzanz for screen recording

Suggestions:

  • Consider adding validations to models
  • Consider showing all comments by default: https://coderschool-prework-blog.herokuapp.com/articles/1/comments
  • Don't need the "title" and "body" text on https://coderschool-prework-blog.herokuapp.com/articles/1 -- instead use good HTML elements, such as header, or use Bootstrap card headers and card blocks
  • Consider styling your flash messages -- all pages should look good, not just the home page. You can reuse the styling from the homepage for the articles#show page
  • Consider styling all input type=text elements with class name form-control so they have a consistent look
  • In your routes.rb file, there's no need to define the tag route because you can just use the articles_path route (it's the same URL)

Next step:

Let's schedule a quick call to confirm that this course is a right fit for you. We also would like to know a little more about your experience. Please book a slot from here

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.