An open API service indexing awesome lists of open source software.

https://github.com/azhodev/02-user-catalog

Lightweight Nuxt 3 application for managing users via JSONPlaceholder API. Features include viewing, editing, creating, and deleting users with auto-animated UI and responsive layout.
https://github.com/azhodev/02-user-catalog

autoanimate nuxt-3 pinia tailwind-css

Last synced: 11 months ago
JSON representation

Lightweight Nuxt 3 application for managing users via JSONPlaceholder API. Features include viewing, editing, creating, and deleting users with auto-animated UI and responsive layout.

Awesome Lists containing this project

README

          

# 🧑‍💼 Nuxt 3 User Manager

Простое и стильное приложение на Nuxt 3 для управления пользователями с использованием [JSONPlaceholder API](https://jsonplaceholder.typicode.com/).

## 🚀 Функции

- 📋 Просмотр списка пользователей
- 🔍 Детальная страница пользователя
- ✏️ Редактирование данных
- 🆕 Добавление нового пользователя
- 🗑️ Удаление
- ✅ Переключение между вкладками (Posts / Todos)
- 🎨 Плавные анимации (AutoAnimate)
- 📱 Адаптивный интерфейс

## 🛠️ Стек

- [Nuxt 3](https://nuxt.com/)
- [Pinia](https://pinia.vuejs.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [@formkit/auto-animate](https://github.com/formkit/auto-animate)

## 🧪 Установка и запуск

```bash
npm install
npm run dev