Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 1.59 KB

README.md

File metadata and controls

42 lines (36 loc) · 1.59 KB

twitter-profile-clone 🔹

FTS-TASK8- implementing Twitter profile mock-up using ReactJS

🌠 Overview

This project implements a simple mockup for a Twitter profile using ReactJS. (note that this mock-up only represents the design and does not include any functionalities).


👁️ Preview

You can access a live demo of this application here -> https://twitter-mock-up.netlify.app/

twitter-mock-up


👾 Technologies Used


🕹️ Getting Started

To run this application locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/dohmeid/twitter-profile-clone.git
    
  2. Go to folder twitter-profile-clone

    cd twitter-profile-clone
    
  3. Install the required dependencies from package.json

    npm i
    
  4. Start the development server using:

     npm start
    
  5. You can access the project by navigating to http://localhost:3000 in your web browser.