artisticLogicMK / Notate

Notate is an effective and intuitive cloud-based note-taking tool with a great user experience for writing down ideas, taking quick notes or keeping a journal at any time, synced across multiple devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notate

Notate is an effective and intuitive cloud-based note-taking tool with a great user experience for writing down ideas, taking quick notes or keeping a journal at any time, synced across multiple devices.


Made with




Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Firebase config

Create a firebase web app from firebase console and paste the app config in source folder (src/firebase.js).

import { initializeApp } from 'firebase/app'

const firebaseConfig = {
    //...your firebase config
}

const initFirebase = initializeApp(firebaseConfig)
export default initFirebase

Customize configuration

See Vite Configuration Reference.


Some images used in the UI were gotten from iconscout.com and freepik.com

About

Notate is an effective and intuitive cloud-based note-taking tool with a great user experience for writing down ideas, taking quick notes or keeping a journal at any time, synced across multiple devices.

License:MIT License


Languages

Language:Vue 86.7%Language:JavaScript 7.6%Language:HTML 3.3%Language:CSS 2.4%