Skip to content

Releases: Haresh-729/quikFrontend

Version 1.0.2 - Feature Boost & Speed Upgrade!

17 May 20:11
2b5a8d0
Compare
Choose a tag to compare

🚀 Version 1.0.2 - Feature Boost & Speed Upgrade!

This update makes quikfrontend faster, cleaner, and even more powerful for devs looking to skip boilerplate and dive straight into building React apps!

✨ What’s New in v1.0.2:

  • 🔧 Improved Performance: Project setup is now noticeably faster and more optimized.
  • 🌈 Integrated ShadCN UI (Beta): Quickly add beautiful, accessible components with npx shadcn-ui.
  • Updated TailwindCSS Setup: Smoother integration with PostCSS and better defaults.
  • 🧠 Cleaner Folder Structure: More scalable and readable project scaffold.
  • 🛠️ Bug Fixes: Minor bugs squashed from previous versions.
  • 📦 Smarter Dependency Management: Redundant packages removed and better version pinning added.
  • 🧪 Improved Testing Instructions: Better local testing support for contributors and maintainers.

QuikFrontend CLI Initial Release

06 May 18:54
Compare
Choose a tag to compare

v1.0.0 - QuikFrontend CLI Initial Release 🚀

Welcome to the first release of QuikFrontend CLI, a powerful command-line tool designed to streamline frontend development for non-commercial projects! With a single command, generate a fully configured React project using Vite, pre-loaded with Tailwind CSS, React Router, Redux Toolkit, Axios, Lucide React, and Google OAuth. Perfect for students, educators, and non-profit developers looking to kickstart their frontend projects with ease! 🎉

✨ Key Features

  • Instant Setup: Create a production-ready React-Vite project in seconds.
  • Pre-Configured Stack:
    • Tailwind CSS for rapid styling.
    • React Router for seamless navigation.
    • Redux Toolkit for efficient state management.
    • Axios for API integration.
    • Lucide React for modern icons.
    • Google OAuth for authentication.
  • Organized Structure: Clean folder layout with components, services, and utilities.
  • Non-Commercial Focus: Ideal for educational, personal, or non-profit use.

🛠️ Installation

Install globally via npm:

npm install -g quikfrontend

Or run without installing:

npx quikfrontend

🚀 Usage

Run the CLI and follow the interactive prompts:

quikfrontend

Example Prompts:

? Select a framework: React
? Select a language: JavaScript
? Enter project name: my-awesome-app

This generates a my-awesome-app project with all dependencies and starts the development server.

📜 License

QuikFrontend CLI is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License. It’s free for non-commercial use (e.g., educational, personal, or non-profit projects). Commercial use is strictly prohibited. See the LICENSE file for details.

Creative Commons License
npm version

🔗 Links

🌟 Get Involved

Love QuikFrontend CLI? Star the repository, share it with your community, or contribute by submitting issues or pull requests! Check out our Contributing Guidelines to get started.

🙏 Acknowledgements

Built with ❤️ by Haresh Kurade. Thanks to the open-source community for tools like Vite, React, and Tailwind CSS.


Start building your next non-commercial frontend project today! 🚀