WriteCode is a web-based code editor that allows users to create, edit, and manage HTML, CSS, and JavaScript projects. It provides a user-friendly interface with features like project creation, code editing, and live preview.
- User authentication (Sign Up, Login)
- Create, edit, and delete projects
- Live preview of HTML, CSS, and JavaScript code
- Light and dark mode support
- Grid and list layout for project display
- Download project as a ZIP file
The backend is built using Node.js and Express, with MongoDB as the database.
-
Navigate to the
WriteCode-Backenddirectory:cd WriteCode-Backend -
Install the dependencies:
npm install
-
Start the server:
npm start