Skip to content

procodz/CodeLens-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Review Pipeline

A React-based web application that provides automated code review feedback. This tool allows developers to paste their code and receive instant analysis and suggestions for improvements.

Features

  • Clean, modern UI built with Material-UI components
  • Real-time code review feedback
  • Severity-based issue highlighting (High, Medium, Low)
  • Expandable sections for detailed feedback
  • Responsive design for all screen sizes

Tech Stack

  • React 19.0.0
  • Material-UI 6.3.1
  • Axios for API calls
  • React Syntax Highlighter for code formatting

Getting Started

  1. Clone the repository
  2. Install dependencies:
npm install


# Start the development server: npm start

# Project Structure
src/
  ├── App.js         # Main application component
  ├── App.css        # Application styles
  ├── index.js       # Entry point
  └── index.css      # Global styles

# Contributing
Fork the repository

Create your feature branch (git checkout -b feature/amazing-feature)
Commit your changes (git commit -m 'Add some amazing feature')
Push to the branch (git push origin feature/amazing-feature)
Open a Pull Request


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors