Welcome to NoteBalls, a simple and intuitive note-taking app built with Vue 3 Composition API, Vite, Pinia, and styled using Bulma. This project was created as part of my journey to learn and explore the features of Vue 3's Composition API.
- Intuitive Note-Taking: Easily create, edit, and delete notes with a clean and user-friendly interface.
- Vue 3 Composition API: Utilizes the Composition API for more organized and scalable code.
- Vite: Lightning-fast development with Vite for quick and efficient builds.
- Pinia: State management made easy with Pinia, providing a scalable store for managing application state.
- Bulma Styling: Stylish and responsive UI powered by the Bulma CSS framework.
Make sure you have Node.js installed.
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
git clone https://github.com/your-username/noteballs.git
npm install
npm run dev
npm run build
- Thanks to the Vue.js, Vite, Pinia, and Bulma communities for providing excellent tools and frameworks.
- Special thanks to Antonio Giroz for the Vue 3 course that inspired and guided the development of noteballs.