https://github.com/arrudadev/pipefy-ui-clone
Pipefy UI clone for study purposes.
https://github.com/arrudadev/pipefy-ui-clone
react styled-components typescript ui-clone
Last synced: 2 months ago
JSON representation
Pipefy UI clone for study purposes.
- Host: GitHub
- URL: https://github.com/arrudadev/pipefy-ui-clone
- Owner: arrudadev
- License: mit
- Created: 2020-09-12T01:38:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-25T16:36:41.000Z (almost 6 years ago)
- Last Synced: 2025-12-04T16:19:06.065Z (7 months ago)
- Topics: react, styled-components, typescript, ui-clone
- Language: TypeScript
- Homepage: https://monteiro-alexandre-pipefy-ui-clone.netlify.app/
- Size: 953 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Pipefy UI Clone

[](https://opensource.org/licenses/MIT)
Pipefy UI clone for study purposes.
Deployed here.
## 💻 Technologies
This project was developed with the following technologies:
- [Typescript](https://www.typescriptlang.org/)
- [React](https://reactjs.org)
- [Styled Components](https://styled-components.com/)
- [React DnD](https://react-dnd.github.io/react-dnd/about)
- [Eslint](https://eslint.org/)
- [Commitlint](https://commitlint.js.org/#/)
## 📝 Getting started
First you need to have `node` and `yarn` installed on your machine. Then, you can clone this repository.
```bash
git clone https://github.com/monteiro-alexandre/pipefy-ui-clone.git
```
Install dependencies:
```bash
yarn
```
After finishing the installation, run:
```bash
yarn start
```
To view the project you can open [localhost:3000](http://localhost:3000).
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details.