# Statusphere Client This is the React frontend for the Statusphere application. ## Development ```bash # Install dependencies pnpm install # Start development server pnpm dev # Build for production pnpm build # Preview production build pnpm preview ``` ## Features - Display statuses from all users - Create new statuses - Login with your Bluesky handle - View your profile info - Responsive design ## Architecture - React 18 with TypeScript - React Router for navigation - Context API for state management - Vite for development and building - CSS for styling