An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          



Twitter UI Clone

![build](https://github.com/monteiro-alexandre/twitter-ui-clone/workflows/build/badge.svg?branch=master)
[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)

Twitter UI clone for study purposes.

Deployed here.


TwitterUiClone

## 💻 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.