A web-based application designed for creating and designing web UI wireframes efficiently.
- 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.
To install and run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/mukund58/Wireframe-tool.git
-
Navigate to the project directory:
cd Wireframe-tool -
Install PHP dependencies: :
composer install
-
Install Node.js dependencies: :
npm install
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m "Add some feature" - Push to the branch:
git push origin feature/your-feature-name
- Open a pull request to the
stage1branch.
This project is licensed under the GPL 3.0 License.
Feel free to customize it further based on your specific requirements.