An open API service indexing awesome lists of open source software.

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)

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.