CodeAnt AI RepoManager is a modern web application built with React that helps developers manage and analyze their GitHub repositories efficiently. It provides an intuitive interface for repository management, code analysis, and collaboration.
🚀 Check out CodeAnt AI RepoManager
-
Seamless Authentication
- Dual authentication support (SAAS & Self-hosted)
- Secure user sessions
- Privacy-focused design
-
Repository Management
- Real-time repository search and filtering
- Quick repository refresh
- Repository metrics visualization
- Intuitive repository listing
-
Modern UI/UX
- Clean and responsive design
- Dark/light mode support
- Mobile-friendly interface
- Frontend Framework: React 18.x
- Routing: React Router DOM
- Styling:
- Tailwind CSS
- Radix UI Components
- Build Tool: Vite
- API: Github API
Clone the project
git clone https://github.com/shubhamsharma-10/CodeAnt-AI-RepoManager.gitGo to the project directory
cd my-projectInstall dependencies
npm installStart the server
npm run startOpen the application in browser:
http://localhost:5173To run tests, run the following command
- npm run dev - Starts the development server
- npm run build - Creates a production build
- npm run lint - Runs ESLint for code quality checks
- npm run preview - Previews the production build locally
codeant-ai-repomanager/
├── src/
│ ├── components/
│ │ ├── AuthForm.jsx
│ │ ├── AuthPlaceholder.jsx
│ │ ├── Authentication.jsx
│ │ └── Sidebar.jsx
│ ├── pages/
│ │ ├── Auth.jsx
│ │ ├── Home.jsx
│ │ └── NotFound.jsx
│ ├── App.jsx
│ └── main.jsx
├── public/
│ ├── icons/
│ └── output/
├── config/
│ ├── components.json
│ ├── tailwind.config.js
│ └── vite.config.js
└── package.json
Feel free to connect with me on LinkedIn.




