Modern social platform for network engineers, built with Vue 3, Vite, Pinia, and the CYDERX Design System.
- Vue 3 (Composition API)
- Vite
- TypeScript
- Pinia (state management)
- Vue Router
- TailwindCSS + CYDERX tokens
- Axios (API client)
- src/
- assets/
- components/
- views/
- stores/
- router/
- api/
- styles/
- utils/
npm install npm run dev
Create a .env file:
VITE_API_URL=https://backend-url.com
This project uses the CYDERX Design System:
- Color tokens
- Typography tokens
- Grid & layout system
- Component patterns
npm run test
This project is deployed via Netlify.
MIT