Skip to content

Prateek1771/codeSensei

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

CodeSensei

CodeSensei is an AI-driven code reviewer that evaluates code quality, efficiency, and security, providing real-time feedback and best practice suggestions.

πŸš€ Features

  • AI-Powered Code Review: Utilized Gemini AI to analyze code and provide insights.
  • Real-time Feedback System: Helps developers enhance their coding skills with instant suggestions.
  • Best Practice Recommendations: Ensures adherence to coding standards and security measures.
  • Interactive Dashboard: Displays performance metrics and tracks progress.

πŸ›  Tech Stack

  • Frontend: React.js, Tailwind CSS
  • Backend: Express.js
  • AI Integration: Gemini API

πŸ“‚ Project Structure

CodeSensei/
│── src/
β”‚   β”œβ”€β”€ components/  # UI components
β”‚   β”œβ”€β”€ pages/       # React pages
β”‚   β”œβ”€β”€ hooks/       # Custom hooks
β”‚   β”œβ”€β”€ lib/         # Utilities & helpers
β”‚   β”œβ”€β”€ styles/      # Global styles
│── public/          # Static assets
│── server/          # Express.js backend
│── README.md        # Project documentation
│── package.json     # Dependencies & scripts

πŸ”§ Installation & Setup

  1. Clone the Repository

    git clone https://github.com/your-username/CodeSensei.git
    cd CodeSensei
    
  2. Install Dependencies

    npm install
    
  3. Set Up Environment Variables Create a .env file and configure the necessary API keys:

    GEMINI_API_KEY=your_gemini_api_key
    
  4. Run the Development Server

    npm run dev
    

    Open http://localhost:3000 in your browser.

🌍 Deployment

You can deploy this project using platforms like Vercel (frontend) and Render/Heroku (backend):

vercel

πŸ“Œ Contributing

Contributions are welcome! Feel free to submit a pull request or open an issue.

πŸ“œ License

This project is licensed under the MIT License.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors