A React-based application for fixing code errors and debugging issues. This application provides a user-friendly interface for users to input their code, describe errors, and receive corrected code suggestions.
- User authentication (Login/Signup)
- Code input and error description
- Code correction functionality
- Responsive design
- Modern UI with clean aesthetics
- Node.js (v14 or higher)
- npm (v6 or higher)
- Clone the repository
- Install dependencies:
npm install
- Start the development server:
npm start
- Open http://localhost:3000 to view it in your browser
src/
├── components/
│ ├── Home.js
│ ├── Home.css
│ ├── Login.js
│ ├── Login.css
│ ├── Signup.js
│ └── Signup.css
├── App.js
├── index.js
└── index.css
npm start: Runs the app in development modenpm test: Launches the test runnernpm run build: Builds the app for productionnpm run eject: Ejects from Create React App
- React.js
- React Router
- CSS3
- Modern JavaScript (ES6+)