Skip to content

A repository of UI clones from different popular websites

Notifications You must be signed in to change notification settings

geraldobraz/ui-clones

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UI Clones

Overview

A repository of UI clones from different popular websites. The main purpose of this repo is to learn new css techniques and also how popular websites build their ui. Most of the inside projects are ui only with some logic.

🚀 Getting Started

🚨 Prerequisites

MacOS

Install Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

Install tools

brew install yarn
brew install node

Ubuntu

Configuring repository

curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list

Install tools

sudo apt update
sudo apt install yarn
sudo apt install nodejs

Windows

Install Chocolatey

Install tools

choco install yarn
choco install nodejs

📥 Installing dependencies

Inside the project folder you want, run:

yarn

🏎 Running application

Inside the project folder you want, run the following command to start the web application

yarn start

📷 Screenshots

  • Pipefy Clone

- Discord Clone

🛠 Built With

🎖 Author

About

A repository of UI clones from different popular websites

Topics

Resources

Stars

Watchers

Forks