Skip to content

Denys14Samoilenko/smart-head-vue

Repository files navigation

User Management App

This project is a User Management App built with Vue.js, TypeScript, SCSS, and bundled with Vite. It allows you to manage a list of users by adding, deleting, and filtering them. Additionally, you can view and update user information.

Features

  • View a list of users
  • Add new users
  • Delete existing users
  • Filter users by name
  • View and update user information

Technologies Used

  • Vue.js
  • TypeScript
  • SCSS
  • Vite (for bundling)

Getting Started

To get started with the project, follow these steps:

  1. Clone the repository:

    git clone repository
  2. Navigate to the project directory:

    cd folder
  3. Install dependencies:

    npm install
  4. Run the development server:

    npm run dev

    This will start the development server, and you can access the app at http://localhost:3000.

Usage

  • Access the app in your browser and explore the user management features.
  • Use the "Add User" form to add new users.
  • Click on a user card to view detailed information and update it.
  • Use the search input to filter users by name.
  • Delete users by clicking the delete button on their cards.