Skip to content

kevscript/SnipLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

1. About

SnipLib is an online dashboard app that allows you to create your own library of snippets. Users are able to create code snippets in different languages, store and edit them.



image of sniplib app



2. Tech Stack

  • React
  • Redux (+ redux-thunk)
  • Firebase (Auth + Realtime DB)
  • styled-components

3. Installation

  • npm install

  • create a Firebase web project

  • create .env file on the root of your project

  • add env variables for your Firebase initialization

REACT_APP_FIREBASE_KEY="XXX"
REACT_APP_FIREBASE_DOMAIN="XXX"
REACT_APP_FIREBASE_DATABASE="XXX"
REACT_APP_FIREBASE_PROJECT_ID="XXX"
REACT_APP_FIREBASE_STORAGE_BUCKET="XXX"
REACT_APP_FIREBASE_SENDER_ID="XXX"
REACT_APP_FIREBASE_APP_ID="XXX"

About

Online solution for storing your snippets. ๐Ÿ“š

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published