This is a simple Twitter clone built with React.
You can find the demo here : 🚀 DEMO 🚀
To run this app on your local machine, follow these steps:
- Clone this repository to your machine
- Open a terminal and navigate to the project's root directory
- Run
yarn install
to install the project dependencies - Run
yarn dev
to start the development server - Open a web browser and navigate to
http://localhost:3000
to view the app
This app is basically a clone for the Twitter's home page. It uses some APIs, one of them is to generate random users. It has some functionalities, feel free to discover them.
If you would like to contribute to this project, feel free to submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more information.