Memo App is a simple and intuitive application built using Vue 3 and Vite. This app allows users to create, edit, and delete memos easily.
- Create new memos
- Edit existing memos
- Delete memos
- Responsive design
- Vue 3 - The progressive JavaScript framework for building user interfaces.
- Vite - A fast build tool for modern web projects.
- Pinia - State management library (replaceable by Vuex).
- TypeScript - For static typing.
- Tailwind CSS - A utility-first CSS framework for styling your application.
You can check out the demo of the app here: Live Demo
To get the project up and running locally, follow the steps below:
- Node.js (>= 14.x)
- NPM (>= 6.x)
- Clone the repository:
git clone https://github.com/dewa-nanda/memo-app.git cd memo-app - Install the dependencies:
npm install
- Run the development server:
npm run dev
- Build the project for production:
npm run build
- Preview the production build:
npm run preview