This repository contains the frontend of the CodeIDE Platform, built with React, TypeScript, and Monaco Editor. The backend, which handles server-side logic, authentication, and API services, is hosted in a separate repository. Visit the backend repository for more details:
- Backend Repository: https://github.com/sabbirhosen44/CodeIDE-Backend.
The frontend of the CodeIDE Platform provides a responsive, intuitive web-based integrated development environment (IDE) that connects to robust backend services. It enables developers to write, run, and debug code directly in their browsers with a modern, feature-rich interface.
- Code Editor: Rich text editing powered by Monaco Editor, featuring syntax highlighting and code completion.
- Editor Settings: Customizable editor options including theme, font size, font family, minimap, and additional settings for a tailored coding experience.
- AI Assistant: Integrated AI-powered assistant in the code editor for real-time coding support, suggestions, and error detection.
- Responsive Design: Optimized for devices of all sizes, ensuring a consistent experience on desktops, tablets, and mobiles.
- Theme Support: Light/dark mode for the overall application UI.
- Templates: Predefined project templates to kickstart programming.
- Admin Dashboard: Interface for administrators to manage templates and monitor activity.
- Pricing Plan: Static page outlining flexible pricing tiers, including a free tier and premium subscription options.
- Authentication System: User login, registration, forgot password, and password reset functionalities.
- File Explorer: Browse and manage project files and directories.
- Real-time Collaboration: Collaborative editing with presence indicators.
- Project Management: Create, manage, and organize coding projects.
- Snippets: Store and reuse code snippets for faster development.
- User Dashboard: Personalized dashboard for users to manage their projects and settings.
- React: Library for building user interfaces
- TypeScript: Static typing for JavaScript
- React Router DOM: Declarative routing for React applications
- Redux Toolkit: State management for the project.
- Tailwind CSS: Utility-first CSS framework
- Shadcn UI: Component library built with Tailwind
- Framer Motion: Animation library for React
- Monaco Editor: Code editor that powers VS Code
- Axios: Promise-based HTTP client
- Vite: Next generation frontend tooling
- Prettier: Code formatter
- Node.js: v16.x or higher
- npm: v8.x or higher (or yarn/pnpm)
- Git: For version control
- Operating System: macOS, Windows, or Linux
-
Clone the repository:
git clone https://github.com/Md-SabbirHosen/CodeIDE-Frontend.git cd codeide-frontend
-
Install dependencies:
npm install # or yarn install # or pnpm install
-
Start the development server:
npm run dev # or yarn dev # or pnpm dev
The application will be available at http://localhost:3000.
To create a production-ready build:
npm run build
# or
yarn build
# or
pnpm build