Skip to content

Aniketikhar/WriteCode-Frontend

Repository files navigation

WriteCode

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.

Features

  • 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

Backend

The backend is built using Node.js and Express, with MongoDB as the database.

Installation

  1. Navigate to the WriteCode-Backend directory:

    cd WriteCode-Backend
  2. Install the dependencies:

    npm install
  3. Start the server:

    npm start

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published