Skip to content

Repository files navigation

My V0 Project

A modern web application built with Next.js, TypeScript, and Tailwind CSS, featuring a rich set of UI components and AI integration capabilities.

🚀 Features

  • Built with Next.js 15 and React 19
  • TypeScript for type safety
  • Tailwind CSS for styling
  • Comprehensive UI component library using Radix UI
  • AI integration with Google's Generative AI and LangChain
  • Modern form handling with React Hook Form and Zod validation
  • Beautiful UI components and animations
  • Dark mode support with next-themes
  • Responsive design

🛠️ Tech Stack

  • Framework: Next.js 15
  • Language: TypeScript
  • Styling: Tailwind CSS
  • UI Components: Radix UI
  • Form Handling: React Hook Form + Zod
  • AI Integration: Google Generative AI, LangChain
  • State Management: React Hooks
  • Animations: Tailwind CSS Animate
  • Icons: Lucide React
  • Charts: Recharts
  • Notifications: React Hot Toast, Sonner

📦 Installation

  1. Clone the repository:
git clone [your-repository-url]
cd my-v0-project
  1. Install dependencies:
npm install
# or
yarn install
# or
pnpm install
  1. Create a .env.local file in the root directory and add your environment variables:
# Add your environment variables here

🚀 Development

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

📝 Available Scripts

  • npm run dev - Start development server
  • npm run build - Build for production
  • npm run start - Start production server
  • npm run lint - Run ESLint

🏗️ Project Structure

├── app/              # Next.js app directory
├── components/       # React components
├── hooks/           # Custom React hooks
├── lib/             # Utility functions and configurations
├── public/          # Static assets
├── styles/          # Global styles
└── types/           # TypeScript type definitions

🤝 Contributing

Contributions, issues, and feature requests are welcome!

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages