https://github.com/mukund58/wireframe-tool
For Designing web UI( ⚠️ Under Construction)
https://github.com/mukund58/wireframe-tool
deisgn figma webui wireframe
Last synced: 4 months ago
JSON representation
For Designing web UI( ⚠️ Under Construction)
- Host: GitHub
- URL: https://github.com/mukund58/wireframe-tool
- Owner: mukund58
- License: gpl-3.0
- Created: 2025-01-31T18:12:37.000Z (over 1 year ago)
- Default Branch: stage1
- Last Pushed: 2025-04-02T15:34:40.000Z (about 1 year ago)
- Last Synced: 2025-04-02T16:35:21.056Z (about 1 year ago)
- Topics: deisgn, figma, webui, wireframe
- Language: CSS
- Homepage: https://tool.mukund.xyz
- Size: 9.36 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```sh
git clone https://github.com/mukund58/Wireframe-tool.git
```
2. Navigate to the project directory:
```sh
cd Wireframe-tool
```
3. Install PHP dependencies: :
```sh
composer install
```
4. Install Node.js dependencies: :
```sh
npm install
```
## Contributing
Contributions are welcome! Please follow these steps to contribute:
1. Fork the repository.
2. Create a new branch:
```sh
git checkout -b feature/your-feature-name
```
3. Make your changes and commit them:
```sh
git commit -m "Add some feature"
```
4. Push to the branch:
```sh
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.