A comprehensive social media management platform built with React, TypeScript, and modern web technologies. Schedule, manage, and analyze your social media posts across multiple platforms.
- π± Responsive design for all devices
- π Real-time analytics dashboard
- π Drag-and-drop post scheduling
- π Engagement tracking and visualization
- π Real-time notifications
- π¨ Modern, clean UI with Tailwind CSS
- React 18 with TypeScript
- Tailwind CSS for styling
- Recharts for data visualization
- DND Kit for drag-and-drop functionality
- React Hook Form for form management
- Zod for form validation
- Sonner for toast notifications
- Clone the repository
- Install dependencies:
npm install
- Start the development server:
npm run dev
src/
βββ components/ # Reusable UI components
βββ contexts/ # React Context providers
βββ hooks/ # Custom React hooks
βββ pages/ # Page components
βββ types/ # TypeScript type definitions
βββ lib/ # Utility functions and constants
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a new Pull Request
MIT License