Skip to content

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.

Notifications You must be signed in to change notification settings

penn201500/tailwind-clipboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published