FTS-TASK8- implementing Twitter profile mock-up using ReactJS
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).
You can access a live demo of this application here -> https://twitter-mock-up.netlify.app/
To run this application locally, follow these steps:
-
Clone the repository:
git clone https://github.com/dohmeid/twitter-profile-clone.git
-
Go to folder twitter-profile-clone
cd twitter-profile-clone
-
Install the required dependencies from package.json
npm i
-
Start the development server using:
npm start
-
You can access the project by navigating to http://localhost:3000 in your web browser.