Skip to content

Repository files navigation

Twitter Clone

Project view

Project Screenshot Project Screenshot

A responsive Twitter-like front-end built using modern web tooling. This project focuses on layout, Tailwind CSS styling, and a fast development experience using Vite.

Highlights

  • Clean, responsive UI inspired by Twitter
  • Built with Tailwind CSS for rapid styling
  • Fast dev server with Vite
  • Small, easy-to-read codebase (HTML/CSS/JS)

Demo / Screenshot

The project screenshot above is stored in the imagestw folder. Replace the image if you want a different preview.

Features

  • Responsive layout for desktop and mobile
  • Reusable Tailwind utility classes
  • Ready-to-run dev workflow

Tech Stack

  • HTML
  • CSS
  • Tailwind CSS (devDependency: 3.4.17)
  • Vite (dependency: 6.0.7)

Versions are taken from package.json — run npm install to get the exact versions used here.

Getting Started

  1. Install dependencies
npm install
  1. Start development server (hot reload)
npm run dev
  1. Generate Tailwind output (the project already includes css/output.css)
npm run build

Notes:

  • npm run build runs Tailwind in watch mode (see package.json). For production builds, adjust the Tailwind CLI flags as needed.

Project Structure

  • index.html — main page
  • main.js — frontend JS entry (if used)
  • css/input.css — Tailwind input
  • css/output.css — compiled CSS (ignored by Git ideally)
  • imagestw/ — images and screenshots

Contributing

Feel free to open issues or PRs to improve responsiveness, accessibility, or add components.

About

a Twitter Clone

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages