Skip to content

richthegxd/keepup-quasar-vue

Repository files navigation

KeepUp Quasar project

KeepUp is a learning project that partly copies the basic idea from Google Keep.

Technologies used

Application Features

  • Creating notes
  • Adding pictures, backgrounds, reminders for notes
  • Search for notes
  • Editing notes
  • Creating categories for notes
  • Data export/Import
  • Saving uploaded images in Firebase Storage
  • Different types of note display
  • Free movement of notes in the container
  • Switching themes (light, dark)

Demonstration of functionality

How to use

Firebase Configuration

  1. Create Firebase Web Project
  2. Copy configuration
  3. Import configuration in src/config/firebase/index.js

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev