Welcome to the Tailwind CSS Cheat Sheet! This project aims to provide a user-friendly Tailwind CSS cheat sheet using React and Vite.
You can view the live version at atakantepe.com/tailwind-cheat-sheet.
This project utilizes the Tailwind CSS Parser that I built. The parser helps in extracting and organizing Tailwind CSS classes for easy reference.
To run the project locally, follow these steps:
Clone the repository
git clone https://github.com/atakantepe/tailwind-cheat-sheet.git
cd tailwind-cheat-sheet
Install dependencies
npm install
Run the development server
npm run dev
Your development server should now be running at http://localhost:3000
.
Contributions are welcome! Here’s how you can contribute:
Fork the repository: Click the "Fork" button at the top of this page.
Clone your fork:
git clone https://github.com/your-username/tailwind-cheat-sheet.git
cd tailwind-cheat-sheet
Create a branch:
git checkout -b feature/YourFeatureName
Make your changes: Implement your feature or fix.
Commit your changes:
git add .
git commit -m 'Add some feature'
Push to the branch:
git push origin feature/YourFeatureName
Open a Pull Request: Navigate to your fork on GitHub and click the "New Pull Request" button.
If you encounter any issues or have suggestions for improvements, please open an issue on GitHub.