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.
- 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
- React 19.0.0
- Material-UI 6.3.1
- Axios for API calls
- React Syntax Highlighter for code formatting
- Clone the repository
- 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