https://github.com/rayanneramos/masterclass-reactjs
Criação da interface do Twitter e das suas principais funcionalidades como o usuário poder twittar e também responder o tweet.
https://github.com/rayanneramos/masterclass-reactjs
phosphor-react react-router reactjs typescript vitejs
Last synced: about 1 month ago
JSON representation
Criação da interface do Twitter e das suas principais funcionalidades como o usuário poder twittar e também responder o tweet.
- Host: GitHub
- URL: https://github.com/rayanneramos/masterclass-reactjs
- Owner: RayanneRamos
- License: other
- Created: 2023-06-13T18:07:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-15T21:20:30.000Z (over 2 years ago)
- Last Synced: 2025-01-11T19:44:23.611Z (about 1 year ago)
- Topics: phosphor-react, react-router, reactjs, typescript, vitejs
- Language: TypeScript
- Homepage: https://masterclass-reactjs.vercel.app
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Masterclass React - Twitter UI
## 💻 Projeto
[TwitterUI](https://masterclass-reactjs-c0j0qpp5m-rayanneramos.vercel.app/) é o projeto desenvolvido durante a masterclass React da [Rocketseat](https://www.rocketseat.com.br/) que foca na tecnologia ReactJS. Consiste em criar o layout do Twitter a página Home e a página de resposta de um tweet, colocar na tela um
tweet criado pelo usuário e as repostas do usuário também.
## 🧪 Technologies
Esse projeto foi desenvolvido com as seguintes tecnologias:
- [ViteJS](https://vitejs.dev/)
- [Typescript](https://www.typescriptlang.org/)
- [Phosphor-React](https://phosphoricons.com/)
- [ReactJS](https://react.dev/)
- [ReactRouterDom](https://reactrouter.com/)
## 🚀 Instalação
```bash
# Clone o repositório e entre na pasta do projeto
$ git clone https://github.com/RayanneRamos/masterclass-reactjs.git
$ cd masterclass-reactjs
# Instale as dependências
$ npm install
# ou
$ yarn install
# Execute a aplicação
$ npm run dev
# ou
$ yarn start
```
Abra http://localhost:5173 no seu navegador para ver a aplicação rodando!
## 🔖 Layout
- [Layout Web]()
## 📝 License
Este projeto está licenciado sob a Licença MIT. Veja o arquivo [LICENSE](LICENSE) para obter mais detalhes.
---
Criado by Rayanne Ramos