Skip to content

cabejackson/bookmarkApp11

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bookmarkApp11

This is a neat bookmark app!

About Me

*GitHub Profile *LinkedIn

Special Thanks

To Thinkful's Engineering Immersion Course TAs, instructors and my mentor (Praveen)!

User Stories Listed Below:

As a user:
  I can add bookmarks to my bookmark list. 
  Bookmarks contain:
    title
    url link
    description
    rating (1-5)
  
  I can see a list of my bookmarks when I first open the app
  All bookmarks in the list default to a "condensed" view showing only title and rating
  
  I can click on a bookmark to display the "detailed" view
  Detailed view expands to additionally display description and a "Visit Site" link
  
  I can remove bookmarks from my bookmark list

  I receive appropriate feedback when I cannot submit a bookmark
  Check all validations in the API documentation (e.g. title and url field required)
  
  I can select from a dropdown (a <select> element) a "minimum rating" to filter the list by all bookmarks rated at or above the chosen selection

  (Extension feature - still working on this one! Description is editable, but the edits aren't saving correctly just yet!) 
  I can edit the rating and description of a bookmark in my list

Releases

No releases published

Packages

No packages published