Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adsonnovaes/twitter-ui-clone
- Owner: adsonnovaes
- Created: 2021-09-14T03:52:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-20T20:13:05.000Z (over 3 years ago)
- Last Synced: 2024-11-14T17:34:11.416Z (3 months ago)
- Topics: mobile-first, react, styled-components, typescript
- Language: TypeScript
- Homepage: twitter-ui-clone-five.vercel.app
- Size: 236 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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