Skip to content

balayaydemir/bookmark_app_balay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello! This is a bookmark tracking application. The application has the functionality below.

link: https://thinkful-ei-heron.github.io/bookmark_app_balay/

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

- 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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.1%
  • CSS 34.1%
  • HTML 5.8%