Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.
/ bookmarks Public archive

Bookmarks is an Angular demonstration application for managing your favorite URLs.

License

Notifications You must be signed in to change notification settings

reactgular/bookmarks

Repository files navigation

GitHub package.json version GitHub issues GitHub last commit GitHub GitHub stars

What is Bookmarks?

Bookmarks is a free web application that allows you to organize your favorite URLs into neatly placed cards that are stored in multiple documents.

Why was Bookmarks created?

It is one of several planned projects that will demonstrate my passion for front-end development with real-world working examples. If you find this project interested, then visit Reactgular to discover other projects.

Source Code

You can download a Zip file of the source code but it is better to follow the installation instructions below, and run the application locally.

Installation

You can download and run this app on your local computer easily. The only prerequisite is that you install NodeJS which can be done by following the instructions on their website.

The demo can be installed and run by following these commands.

git clone https://github.com/reactgular/bookmarks.git
cd bookmarks
npm install
ng serve --open

Note: Bookmarks makes HTTP requests to https://api.bookmarks.reactgular.com for HTML meta data.

Session Storage

This web application is designed to use the browser's local storage for persisting data when you return in the future. There is no authentication or security for any of the URLs stored in this web application.

Dependencies

The following technologies and libraries were used in the creation of this project. Most of what you see here was custom programmed by myself, but I also leverage some of the best and most popular dependencies.