Skip to content

nathanaevitas/CoderSchoolApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pre-work - a Ruby Blog App

Nguyen's Blog is a Ruby on Rails blog application.

Submitted by: Tran Lu Thao Nguyen

Time spent: 10 hours spent in total

URL: https://murmuring-fortress-8593.herokuapp.com/

User Stories

The following required functionality is complete:

  • User can create a new post, formatted using the Markdown language if he/she is logged-in
  • User can edit an existing post if he/she is logged-in
  • There is one post that introduces the App Creator with name, picture.

The following optional features are implemented:

  • User can delete stories, with an alert that asks the user to confirm if she/he is logged-in
  • User can enter a search term and see all posts with titles that contain the search term.
  • User can add "tags" to a post, and filter posts by tag.
  • There is a "navbar" that is responsive to window size similar to http://v4-alpha.getbootstrap.com/examples/navbar/. NOTE: This is currently buggy in Bootstrap v4 Alpha. For a workaround, look at the CodePen associater dhere: twbs/bootstrap#18263.
  • User can see how many views a post has.
  • User can leave a comment on a post.

The following additional features are implemented:

  • adding header/footer to the layout
  • adding authentication system for user to sign-up/sign-in/sign-out/update account info
  • adding gravatar to user
  • adding a dropdown menu for user account function

Video Walkthrough

Here's a walkthrough of implemented user stories:

Video Walkthrough

GIF created with LiceCap.

Notes

Describe any challenges encountered while building the app.

License

Copyright [yyyy] [name of copyright owner]

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published