Skip to content

mukund58/Wireframe-tool

Wireframe Tool

A web-based application designed for creating and designing web UI wireframes efficiently.

Features

  • Create Wireframes: Easily create wireframes for web UI designs.
  • Undo/Redo: Implemented undo and redo functionality.
  • User Authentication: Register and login functionalities.
  • Asset Management: Upload and manage assets for your wireframes.

Installation

To install and run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/mukund58/Wireframe-tool.git
  2. Navigate to the project directory:

    cd Wireframe-tool
  3. Install PHP dependencies: :

    composer install
  4. Install Node.js dependencies: :

    npm install

Contributing

Contributions are welcome! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/your-feature-name
  3. Make your changes and commit them:
    git commit -m "Add some feature"
  4. Push to the branch:
    git push origin feature/your-feature-name
  5. Open a pull request to the stage1 branch.

License

This project is licensed under the GPL 3.0 License.


Feel free to customize it further based on your specific requirements.

Contributors