Skip to content

CodewithEvilxd/codezard.ai

Repository files navigation

Here's a template for your README file based on the details you've provided:


Codezard.ai 🧙‍♂️

Codezard.ai is an AI-powered coding assistance tool designed to streamline the development process by providing real-time code suggestions, debugging assistance, and more. Built with modern web technologies, Codezard.ai enhances coding efficiency and productivity for developers of all levels.

Demo Video 🎥

Check out the demo video to see Codezard.ai in action:

Codezard.AI.mp4_1.mp4

Features ✨

  • Intelligent Code Suggestions: Get real-time code suggestions tailored to your context.
  • Smart Debugging: Identify and fix errors quickly with AI-driven debugging support.
  • Multiple Assistance Types: Access various coding aids to optimize your workflow.

Built With 🛠️

  • Next.js: A powerful React framework for server-side rendering and static site generation.
  • React: A JavaScript library for building user interfaces.
  • TypeScript: A typed superset of JavaScript that enhances code reliability.
  • OpenAI API: Leveraging the power of GPT to deliver intelligent coding assistance.
  • Google Gemini API: Integrating cutting-edge AI capabilities from Google.

Getting Started 🚀

To get a local copy up and running, follow these steps.

Prerequisites

  • Node.js (v14.x or higher)
  • npm or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/codewithEvilxd/codezard.ai.git
  2. Navigate to the project directory:

    cd codezard.ai
  3. Install dependencies:

    npm install

    or

    yarn install
  4. Set up environment variables:

    Create a .env.local file in the root directory and add your API keys for OpenAI and Google Gemini:

    NEXT_PUBLIC_OPENAI_API_KEY=your_openai_api_key
    NEXT_PUBLIC_GOOGLE_GEMINI_API_KEY=your_google_gemini_api_key
    
  5. Start the development server:

    npm run dev

    or

    yarn dev

    Open http://localhost:3000 to view it in the browser.

Usage 📖

Once the development server is running, you can explore the various features of Codezard.ai. Use the AI-powered tools to get coding suggestions, debug your code, and more.

Contributing 🤝

Contributions are welcome! Feel free to submit issues, feature requests, or pull requests.

  1. Fork the project
  2. Create your feature branch (git checkout -b feature/your-feature-name)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push to the branch (git push origin feature/your-feature-name)
  5. Open a pull request

Acknowledgments 🙌

  • OpenAI for providing the GPT model that powers the code suggestions.
  • Google for the Gemini API, enabling advanced AI features.
  • The open-source community for continuous inspiration and support.

Connect with Me 🔗

If you have any questions, feel free to reach out or connect with me on LinkedIn.


This template should give your README a professional look while covering all the essential details about your project. Feel free to customize it further as needed!

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages