A simple Twitter interface clone built with React, TypeScript, and Vite, for learning and studying front-end development.
- Cat-themed social media UI
- React️ – Front-end framework
- Vite – Fast build tool for React
- TypeScript – Type safety
- Phosphor-React Icons – Icon library for UI components
- CSS Modules – Scoped styling for components
git clone https://github.com/matheuscs/ui-twitter.git
cd ui-twitter
npm install
or
yarn install
npm run dev
Vite will start the project at http://localhost:5173/ (default).
This project is for educational purposes only. No copyright infringement intended.