Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

th92rodr/twitter-ui-clone

Repository files navigation

Twitter UI Clone

A responsive UI clone of Twitter.

GitHub language count Repository size GitHub last commit License Stargazers

Done - The project has been finalized.

AboutTech StackHow it worksLicense

About

A responsive UI clone of Twitter.

Check it out here.

Tech Stack

The following tools were used for building this project:


How it works

Pre-requisites

Before you begin, you will need to have the following tools installed on your machine:

  • Node.js
    recommend version v12.22.12

    Node can be installed from https://nodejs.org/en/.

  • NPM or Yarn

    • NPM:
      recommend version v6.14

      Installing Node will also install NPM automatically.

    • Yarn:
      recommend version v1.22
      required version v1.*

      Yarn can be installed from https://classic.yarnpkg.com/en/.

Running the APP

  • Install the project dependencies:
yarn install
# or
npm install
  • Start the APP:
yarn start
# or
npm start

License

This project is under the license MIT.