Skip to content

A bookmark application using vanilla JavaScript with Firebase.

Notifications You must be signed in to change notification settings

brndn-gnzls/js-bookmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Bookmark Manager

An application using vanilla JavaScript and Firebase backend.

This is a quick and dirty application to test out Firebase with basic CRUD functionalities and filtering.

To setup locally run npm install, create an .env file in the root directory and populate the following fields with your firebase configuration details.

FIREBASE_API_KEY=XXXXXXXXXXXXXXXXXXX
FIREBASE_AUTH_DOMAIN=XXXXXXXXXXXXXXX
FIREBASE_PROJECT_ID=XXXXXXXXXXXXXXXX
FIREBASE_STORAGE_BUCKET=XXXXXXXXXXXX
FIREBASE_MESSAGING_SENDER_ID=XXXXXXX
FIREBASE_APP_ID=1:XXXXXXXXXXXXXXXXXX

Document Example

Releases

No releases published

Packages

No packages published