Современное веб-приложение, предназначенное для IT-разработчиков, с функциями мессенджера, профилей, постов и поиска. Использует React, STOMP.js для WebSockets, Framer Motion для анимаций, SCSS для стилей, Axios для работы с API и Redux Toolkit для управления состоянием.
- 💬 Реальное время: мессенджер с WebSocket
- 👤 Профили пользователей
- 📝 Создание и взаимодействие с постами
- 🔎 Поиск и исследование контента
- 💫 Плавные анимации
- 🎨 Современный адаптивный дизайн
- Node.js (версия 18 или выше)
- npm или yarn
- Клонируйте репозиторий:
git clone [repository-url]
- Установите зависимости:
npm install
# или
yarn
- Запустите сервер разработки:
npm run dev
# или
yarn dev
- Откройте браузер и перейдите по адресу:
http://localhost:5173
npm run build
# или
yarn build
A modern web application for IT developers featuring a messenger, user profiles, posts, and an explorer for search. Built with React, STOMP.js for WebSockets, Framer Motion for animations, SCSS for styling, Axios for API fetching, and Redux Toolkit for state management.
- 💬 Real-time chat using WebSockets
- 👤 User profiles
- 📝 Create and interact with posts
- 🔎 Search and explore content
- 💫 Smooth animations
- 🎨 Modern responsive design
- Node.js (version 18 or higher)
- npm or yarn
- Clone the repository:
git clone [repository-url]
- Install dependencies:
npm install
# or
yarn
- Start development server:
npm run dev
# or
yarn dev
- Open your browser and navigate to:
http://localhost:5173
npm run build
# or
yarn build