A simple notes application built using Vue.js.
The Vue.js Notes App is a project for Vue.js practice, offering a platform to experiment with Vue.js features like reactivity and component-based architecture. Users can create, view, and manage notes with unique background colors, making it an ideal environment for learning Vue.js fundamentals in a practical setting.
- Add new notes with a minimum of 10 characters
- View all added notes with their creation dates
- Each note has a unique background color generated randomly
- Responsive design for various screen sizes
To run this application locally, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/yourusername/vue-notes-app.git
- Navigate to the project directory:
cd vue-notes-app
- Install dependencies using npm:
npm install
-
Start the development server:
npm run dev
-
Open your web browser and visit http://localhost:3000 to view the application.
- Click on the '+' button in the header to add a new note.
- Enter the text content for your note (minimum 10 characters).
- Click on the 'Add Note' button to add the note.
- Click on the 'Close' button or outside the modal to cancel adding a note.
- View all added notes below the header.
This project uses the following dependencies:
Vue.js Vue Router (if applicable) Other dependencies...



