Skip to content

egpennington/quoteKeeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quoteKeeper

Overview

A mobile-first React app for collecting and saving quotes.
Includes a user-friendly UI and real-time database to store:

  • Quote
  • Author
  • Source
  • Tags
  • Notes
  • Misc

Tech Stack

  • React (HTML / CSS / JavaScript)
  • Firebase (Realtime Database or Firestore)
  • Vite
  • Netlify (for deployment)

Core Features

  • Add / Edit / Delete quotes with all associated metadata
  • Real-time updates using Firebase
  • Responsive, mobile-first UI design
  • Simple search and tag-based filtering
  • PWA support — access and use quotes offline

GitHub Project Structure

  • Labels: feature, bug, refactor, task
  • MoSCoW Prioritization: Must Have, Should Have, Could Have

Branching Strategy

  • main, production
  • feature/form-ui, feature/firebase-connect, feature/display-quotes
  • fix/* for patches and hotfixes

License