Skip to content

Latest commit

 

History

History
140 lines (89 loc) · 2.7 KB

File metadata and controls

140 lines (89 loc) · 2.7 KB

🚀 QuickAI – AI-Powered Web App

📌 Description

QuickAI is a modern AI-powered React web application built to offer users an intuitive, secure, and fast experience when interacting with AI services. It features authentication, clean UI, and responsive design – all packed in a professional-grade solution ready for deployment.


🔥 Features

🔐 User Authentication using Clerk.dev

💳 Dynamic Pricing Table

🧑‍💻 Responsive Design (Mobile & Desktop)

⚡️ Fast Development with Vite

🌍 Live Deployment with Vercel

🎨 Styled with Tailwind CSS


💻 Tech Stack

Technology Purpose
React.js Frontend library
Clerk.dev Authentication & User Management
Tailwind CSS Utility-first styling
Vite Fast bundling and dev server
Vercel Hosting & CI/CD Deployment

🚀 Getting Started

1️⃣ Prerequisites

  • Node.js (v16+ recommended)
  • npm or yarn

2️⃣ Clone the Repository

git clone https://github.com/velapoojitha/QuickAI.git
cd QuickAI

3️⃣ Install Dependencies

npm install
# or
yarn

4️⃣ Set Up Clerk (Authentication)

  • Create an account at https://clerk.dev

  • Get your Frontend API Key

  • Create a .env.local file and add:

    VITE_CLERK_PUBLISHABLE_KEY=your-clerk-publishable-key
    VITE_CLERK_FRONTEND_API=your-clerk-frontend-api

5️⃣ Start Development Server

npm run dev

Visit http://localhost:5173 to view the app.


🌐 Project live link :

https://quick-ai-velapoojitha.vercel.app

📂 Folder Structure (Simplified)

QuickAI/
├── public/
├── src/
│   ├── components/
│   ├── pages/
│   ├── App.jsx
│   ├── main.jsx
├── .env.local
├── package.json
├── tailwind.config.js
├── vite.config.js
└── README.md

🙋‍♀️ Author

Vela Poojitha M.Tech CSE | Web Developer | AI Enthusiast

📧 Email: velapoojitha@gmail.com

💻 GitHub: @velapoojitha


🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to:

  • Fork the repository
  • Create a new branch
  • Submit a pull request

📣 Acknowledgments