https://github.com/arrudadev/twitter-ui-clone
Twitter UI clone for study purposes.
https://github.com/arrudadev/twitter-ui-clone
react styled-components typescript ui-clone
Last synced: about 2 months ago
JSON representation
Twitter UI clone for study purposes.
- Host: GitHub
- URL: https://github.com/arrudadev/twitter-ui-clone
- Owner: arrudadev
- License: mit
- Created: 2020-08-28T16:21:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-11T23:19:50.000Z (almost 6 years ago)
- Last Synced: 2025-07-04T17:50:46.703Z (12 months ago)
- Topics: react, styled-components, typescript, ui-clone
- Language: TypeScript
- Homepage: https://monteiro-alexandre-twitter-ui-clone.netlify.app/
- Size: 2.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Twitter UI Clone

[](https://opensource.org/licenses/MIT)
Twitter UI clone for study purposes.
Deployed here.
## 💻 Technologies
This project was developed with the following technologies:
- [Typescript](https://www.typescriptlang.org/)
- [React](https://reactjs.org)
- [Styled Components](https://styled-components.com/)
- [Eslint](https://eslint.org/)
- [Commitlint](https://commitlint.js.org/#/)
## 📝 Getting started
First you need to have `node` and `yarn` installed on your machine. Then, you can clone this repository.
```bash
git clone https://github.com/monteiro-alexandre/twitter-ui-clone.git
```
Install dependencies:
```bash
yarn
```
After finishing the installation, run:
```bash
yarn start
```
To view the project you can open [localhost:3000](http://localhost:3000).
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details.