Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.18 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.18 KB

Clipboard App

This repository contains a web-based demo project for a Clipboard application that helps users organize and manage their clipboard snippets across multiple devices. It's used to showcase how to use Tailwind CSS for styling and building a responsive web app.

You can check the demo here.

File Structure

  • index.html: Main HTML file that renders the UI and integrates the various features of the app.
  • /css: Contains all the styles, primarily Tailwind CSS-based.
  • /images: Stores the images used in the project (e.g., icons, app visuals).
  • tailwind.config.js: Config file for Tailwind CSS to customize the design system.

Deployment

For deployment on Vercel or any other static hosting service:

  1. Ensure your project structure includes a public directory where index.html, CSS, and other assets are stored.
  2. Use the following Vercel settings:
    • Build Command: npm run build
    • Output Directory: public

Contributing

Feel free to fork the repository and submit pull requests. Contributions and feedback are highly appreciated!

License

This project is licensed under the MIT License.