https://github.com/luc-ribeiro/nlw-06-letmeask-react
Letmeask is an app that allows content creators to create Q&A rooms with their audience in a very organized and democratic way. Built with React and Firebase.
https://github.com/luc-ribeiro/nlw-06-letmeask-react
firebase react sass typescript
Last synced: 3 months ago
JSON representation
Letmeask is an app that allows content creators to create Q&A rooms with their audience in a very organized and democratic way. Built with React and Firebase.
- Host: GitHub
- URL: https://github.com/luc-ribeiro/nlw-06-letmeask-react
- Owner: luc-ribeiro
- Created: 2021-07-06T14:39:43.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-29T01:51:26.000Z (about 2 years ago)
- Last Synced: 2025-03-15T05:44:07.270Z (over 1 year ago)
- Topics: firebase, react, sass, typescript
- Language: TypeScript
- Homepage:
- Size: 464 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-PTBR.md
Awesome Lists containing this project
README
Next Level Week #06 - Letmeask

## 💻 Projeto
Letmeask é um app que permite criadores de conteúdos possam criar salas de Q&A com o seu público, de uma forma muito organizada e democrática.
## 🚀 Tecnologias
- **React**
- **Firebase**
- **TypeScript**

## :page_facing_up: Como utilizar
Faça um clone deste repositório:
```sh
$ git clone https://github.com/luc-ribeiro/nlw-06-react-letmeask-react.git
```
Instale as dependências:
```sh
# com npm
$ npm install
# com yarn
$ yarn install
```
Execute o comando:
```sh
# com npm
$ npm start
# com yarn
$ yarn start
```
Acesse o projeto em `localhost:3000`
Lembrando que será necessário criar uma conta no [Firebase](https://firebase.google.com/) e um projeto para disponibilizar um Realtime Database.