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.
- View a list of users
- Add new users
- Delete existing users
- Filter users by name
- View and update user information
- Vue.js
- TypeScript
- SCSS
- Vite (for bundling)
To get started with the project, follow these steps:
-
Clone the repository:
git clone repository
-
Navigate to the project directory:
cd folder
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
This will start the development server, and you can access the app at http://localhost:3000.
- 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.