Connect-Sinos is a minimal social network frontend prototype built with React. It showcases a feed of mock posts, user profiles, and community interfaces as a design and functionality experiment.
⚠️ This project is a work-in-progress MVP without backend or authentication.
- Mocked posts feed
- User profile page
- Basic community UI
- Responsive design
- Live deployment on Vercel
- React
- CSS Modules / Styled Components (optional)
- Vercel for hosting
Clone the repository and run locally:
git clone https://github.com/MathDEV-0/connect-sinos.git
cd connect-sinos
npm install
npm run dev (it might run at localhost port 5173)
Live Demo Connect-Sinos on Vercel