https://github.com/arrudadev/pinterest-ui-clone
Pinterest UI clone for study purposes.
https://github.com/arrudadev/pinterest-ui-clone
css html javascript sass ui-clone
Last synced: 3 months ago
JSON representation
Pinterest UI clone for study purposes.
- Host: GitHub
- URL: https://github.com/arrudadev/pinterest-ui-clone
- Owner: arrudadev
- License: mit
- Created: 2020-10-22T00:39:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-24T03:36:09.000Z (over 5 years ago)
- Last Synced: 2025-12-05T00:23:07.387Z (7 months ago)
- Topics: css, html, javascript, sass, ui-clone
- Language: HTML
- Homepage: https://monteiro-alexandre-pinterest-ui-clone.netlify.app/
- Size: 4.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Pinterest UI Clone
[](https://opensource.org/licenses/MIT)
Pinterest UI Clone for study purposes.
Deployed here.
## 💻 Technologies
This project was developed with the following technologies:
- Html
- Sass
- Gulp
## 📝 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/pinterest-ui-clone.git
```
Install dependencies:
```bash
yarn
```
After finishing the installation, run:
```bash
yarn dev
```
To view the project you can open [index.html](index.html) into your browser.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details.