https://github.com/stefanelli990/memo
Memo is a sleek and intuitive notes app, designed to streamline your note-taking experience.
https://github.com/stefanelli990/memo
composition-api iconify netlify tailwind-forms tailwindcss uuidv4 vite vue-router vuejs vueuse
Last synced: 6 months ago
JSON representation
Memo is a sleek and intuitive notes app, designed to streamline your note-taking experience.
- Host: GitHub
- URL: https://github.com/stefanelli990/memo
- Owner: stefanelli990
- Created: 2023-10-24T00:49:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T10:53:41.000Z (over 1 year ago)
- Last Synced: 2025-02-07T19:16:52.798Z (8 months ago)
- Topics: composition-api, iconify, netlify, tailwind-forms, tailwindcss, uuidv4, vite, vue-router, vuejs, vueuse
- Language: Vue
- Homepage: https://adorable-daifuku-18792a.netlify.app/
- Size: 788 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Memo
## Description
Memo is a sleek and intuitive notes app, designed to streamline your note-taking experience.
**[Live Preview](https://adorable-daifuku-18792a.netlify.app/):** Try the Memo live.
## Features:
- **Note Management:** Create, edit, and delete notes with ease. Each note can include a title and detailed content.
- **Search Functionality:** Quickly find specific notes with a powerful search feature.
- **User-Friendly Interface:** An intuitive design for a smooth and efficient user experience.
- **Responsive Design:** The app adapts to various screen sizes, allowing you to manage your notes on different devices.
- **Data Persistence:** Notes are stored in local storage, making them available even after a page.
- **Dark Mode:** Enjoy a visually comfortable experience with the option to switch to Dark Mode.## Technologies Used:
- **Vue.js** for building the frontend of the application.
- **Tailwind CSS** for styling and layout design.
- **Pinia** for state management.## Installation:
To run this project locally, follow these steps:
1. Clone the repository.
2. Install the required dependencies using npm install.
3. Start the development server with npm run dev.
4. Open your browser and navigate to http://localhost:5173 to use the app.