Vue Chatlog is a robust project that demonstrates the core features of a chat interface built with Vue.js.
- Message Interaction: Like or unlike messages.
- Theme Options: Switch between dark and light modes.
- Color Customization: Pick unique colors for sender and receiver.
- Frontend Framework: Vue 3
- Build Tool: Vite
- Styling: Tailwind CSS
- Clone the repository:
git clone https://github.com/yourusername/vue-chatlog.git
- Navigate to the project directory:
cd vue-chatlog
- Install dependencies:
npm install
Start the development server:
npm run dev
This project is licensed under the MIT License.