Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adsonnovaes/twitter-ui-clone

Um clone da interface inicial do Twiter, totalmente responsivo, fazendo uso do conceito de mobile first
https://github.com/adsonnovaes/twitter-ui-clone

mobile-first react styled-components typescript

Last synced: 15 days ago
JSON representation

Um clone da interface inicial do Twiter, totalmente responsivo, fazendo uso do conceito de mobile first

Awesome Lists containing this project

README

        


Responsive clone of Twitter interface


## ๐Ÿงช Technologies

This project was developed using the following technologies:

- [React](https://reactjs.org)
- [Styled Components](https://styled-components.com/)
- [TypeScript](https://www.typescriptlang.org/)

## ๐Ÿš€ Getting started

Clone the project and access the folder.

```bash
$ git clone https://github.com/adsonnovaes/twitter-ui-clone.git
$ cd twitter-ui-clone
```

Follow the steps below:
```bash
# Install the dependencies
$ yarn

# Start the project
$ yarn start
```
The app will be available for access on your browser at http://localhost:3000