An open API service indexing awesome lists of open source software.

https://github.com/elvan/note-taking-app-vue-firebase

🌐 [Demo] Vue 3, Vite 4, Pinia, Firebase
https://github.com/elvan/note-taking-app-vue-firebase

example-app firebase firebase-auth pinia sample-app vite vue vue3 vuejs

Last synced: about 2 months ago
JSON representation

🌐 [Demo] Vue 3, Vite 4, Pinia, Firebase

Awesome Lists containing this project

README

          

# NoteTakingApp

![Note List and New Note](https://raw.githubusercontent.com/elvan/note-taking-app-vue-firebase/main/_screenshots/Screenshot%202023-03-18%20151755.png)

---

![Edit Note](https://raw.githubusercontent.com/elvan/note-taking-app-vue-firebase/main/_screenshots/Screenshot%202023-03-18%20151814.png)

---

![Delete Note](https://raw.githubusercontent.com/elvan/note-taking-app-vue-firebase/main/_screenshots/Screenshot%202023-03-18%20151848.png)

---

![Note Stats](https://raw.githubusercontent.com/elvan/note-taking-app-vue-firebase/main/_screenshots/Screenshot%202023-03-18%20151900.png)

---

![Login Page](https://raw.githubusercontent.com/elvan/note-taking-app-vue-firebase/main/_screenshots/Screenshot%202023-03-18%20151919.png)

---

![Register Page](https://raw.githubusercontent.com/elvan/note-taking-app-vue-firebase/main/_screenshots/Screenshot%202023-03-18%20151930.png)

---

This template should help get you started developing with Vue 3 in Vite.

## Recommended IDE Setup

[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).

## Customize configuration

See [Vite Configuration Reference](https://vitejs.dev/config/).

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```