Skip to content

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