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.
- 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.
For deployment on Vercel or any other static hosting service:
- Ensure your project structure includes a
public
directory whereindex.html
, CSS, and other assets are stored. - Use the following Vercel settings:
- Build Command:
npm run build
- Output Directory:
public
- Build Command:
Feel free to fork the repository and submit pull requests. Contributions and feedback are highly appreciated!
This project is licensed under the MIT License.