This project is an HTML editor that features a snap-to-grid functionality, allowing users to create and manipulate HTML elements easily and intuitively.
- Snap-to-Grid Functionality: Align elements to a customizable grid for precise placement.
- User-Friendly Interface: A clean and intuitive interface that includes a sidebar for easy access to tools and options.
- Clone the repository:
git clone <repository-url>
- Navigate to the project directory:
cd doteditor
- Install the dependencies:
npm install
To start the development server, run:
npm start
Open your browser and navigate to http://localhost:3000
to access the editor.
Contributions are welcome! Please open an issue or submit a pull request for any enhancements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for details.